Skip to content

Commit f94035f

Browse files
author
Tim Meusel
committed
change service enable to true as puppet convention
https://docs.puppetlabs.com/references/latest/type.html#service-attribute-enable the enable param should be true, false or manual, but not enable
1 parent d2161ea commit f94035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
unless defined(Service['nginx']) {
5454
service{'nginx':
5555
ensure => 'running',
56-
enable => 'enable',
56+
enable => true,
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)