Skip to content

Commit d2161ea

Browse files
author
Tim Meusel
committed
remove quotes from boolean
1 parent fcf77ec commit d2161ea

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 => 'true',
39+
enable => true,
4040
}
4141
}
4242
# hacky vhost

0 commit comments

Comments
 (0)