projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f69dbd
)
Fix a typo in my previous commit
author
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 23 Feb 2017 13:46:18 +0000
(14:46 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Thu, 23 Feb 2017 13:46:18 +0000
(14:46 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
8b6514e
..
205730b
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-107,7
+107,7
@@
class buildd ($ensure=present) {
}
service { 'buildd':
- enable = false,
+ enable =
>
false,
ensure => 'stopped',
}