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:
54af7fa
)
porterbox: only include schroot when module is present
author
Héctor Orón Martínez
<zumbi@debian.org>
Mon, 27 Oct 2014 13:13:50 +0000
(14:13 +0100)
committer
Héctor Orón Martínez
<zumbi@debian.org>
Mon, 27 Oct 2014 13:13:50 +0000
(14:13 +0100)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
modules/porterbox/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/porterbox/manifests/init.pp
b/modules/porterbox/manifests/init.pp
index
b68d051
..
b2a8620
100644
(file)
--- a/
modules/porterbox/manifests/init.pp
+++ b/
modules/porterbox/manifests/init.pp
@@
-1,5
+1,7
@@
class porterbox ($ensure = present){
- include schroot
+ if $ensure in present {
+ include schroot
+ }
file { '/usr/local/bin/dd-schroot-cmd':
mode => '0555',