Skip to content

Commit a73b3f9

Browse files
author
Gavin Rogers
committed
changed enable from 'enable' to 'true'
1 parent 954c955 commit a73b3f9

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
@@ -36,7 +36,7 @@
3636
unless defined(Service['unicorn-puppetmaster']) {
3737
service{'unicorn-puppetmaster':
3838
ensure => 'running',
39-
enable => 'enable',
39+
enable => 'true',
4040
}
4141
}
4242
# hacky vhost

0 commit comments

Comments
 (0)