saltstack-formulas / timezone-formula

Setup and configure timezone.
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
7 stars 67 forks source link

fix(osfamilmap.yaml): dbus pkg name is not specific enough on Gentoo #24

Closed mgomersbach closed 4 years ago

mgomersbach commented 4 years ago

Signed-off-by: Mark Gomersbach markgomersbach@gmail.com

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Fix for package name of Gentoo

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

----------
          ID: dbus_for_timezone
    Function: pkg.installed
        Name: dbus
      Result: False
     Comment: Package 'dbus' not found (possible matches: sys-apps/dbus, dev-haskell/dbus)
     Started: 09:59:55.834177
    Duration: 20469.344 ms
     Changes:   

Documentation checklist

Testing checklist

Additional context

myii commented 4 years ago

@mgomersbach Thanks for this. If we could produce a pre-salted image for Gentoo, we could add it to the matrix for testing across the relevant formulas. So referring back to:

I'll merge this as soon as the tests complete.

saltstack-formulas-travis commented 4 years ago

:tada: This PR is included in version 0.4.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

mgomersbach commented 4 years ago

Fair enough, I really need for myself too.

myii commented 4 years ago

@mgomersbach Great, I forgot to link to the existing PR which is a work in progress:

Ignore that if it isn't useful.