Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(default.sls):fix subnet declaration #144

Closed
wants to merge 2 commits into from
Closed

fix(default.sls):fix subnet declaration #144

wants to merge 2 commits into from

Conversation

Irsute
Copy link

@Irsute Irsute commented Jan 27, 2020

PR progress checklist (to be filled in by reviewers)

  • Changes to documentation are appropriate (or tick if not required)
  • Changes to tests are appropriate (or tick if not required)
  • Reviews completed

What type of PR is this?

fix pillar for test (failling for named in FEDORA 30)

Primary type

  • [build] Changes related to the build system
  • [chore] Changes to the build process or auxiliary tools and libraries such as documentation generation
  • [ci] Changes to the continuous integration configuration
  • [feat] A new feature
  • [fix] A bug fix
  • [perf] A code change that improves performance
  • [refactor] A code change that neither fixes a bug nor adds a feature
  • [revert] A change used to revert a previous commit
  • [style] Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)

Secondary type

  • [docs] Documentation changes
  • [test] Adding missing or correcting existing tests

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

fix : https://travis-ci.com/saltstack-formulas/bind-formula/jobs/269539556

Pillar / config required to test the proposed changes

test/salt/pillar/default.sls

Debug log showing how the proposed changes work

ID: bind
Function: service.running
Name: named
Result: True
Comment: Service named has been enabled, and is running
Started: 10:37:50.288781
Duration: 751.513 ms
Changes:
----------
named:
True

Documentation checklist

  • Updated the README (e.g. Available states).
  • Updated pillar.example.

Testing checklist

  • Included in Kitchen (i.e. under state_top).
  • Covered by new/existing tests (e.g. InSpec, Serverspec, etc.).
  • Updated the relevant test pillar.

Additional context

@Irsute Irsute requested a review from daks January 27, 2020 10:50
@myii
Copy link
Member

myii commented Jan 27, 2020

@Irsute The Travis errors are unrelated to this PR, we've had a problem when using rubocop -a --safe. I'll get around to fixing that soon and then we can rebase this PR to confirm it is working.

@myii
Copy link
Member

myii commented Jan 27, 2020

@Irsute I've added your commit from here in c814779, with slight amendments to pass the InSpec tests.

saltstack-formulas-travis pushed a commit that referenced this pull request Jan 27, 2020
## [0.19.1](v0.19.0...v0.19.1) (2020-01-27)

### Bug Fixes

* **default.sls:** fix subnet declaration ([c814779](c814779)), closes [#144](#144)
* **rubocop:** add fixes using `rubocop -a --safe` [skip ci] ([9d2966f](9d2966f))

### Reverts

* **config_spec.rb:** do partial revert of `rubocop -a --safe` ([75810c0](75810c0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants