Commit 9f85dba
committed
Fix some style issues in Puppet manifests
These checks are performed on the Puppet Forge to give quality scores to
modules, and are failing for the choria repositories:
* The `ensure` parameter must be the first one in resource declaration;
* Non-interpolated strings should be single, not double-quoted.
While these changes are gratuitous, they will allow the scoring of the
modules to increase, giving users a more positive view of the care taken
to maintain them.1 parent 298c043 commit 9f85dba
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | 52 | | |
53 | 53 | | |
0 commit comments