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:
7927bc0
)
porterbox: install dgit. rt#7366
author
Héctor Orón Martínez
<zumbi@debian.org>
Sun, 12 Aug 2018 16:03:35 +0000
(18:03 +0200)
committer
Héctor Orón Martínez
<zumbi@debian.org>
Sun, 12 Aug 2018 16:03:35 +0000
(18:03 +0200)
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
4ed9a21
..
ba83efd
100644
(file)
--- a/
modules/porterbox/manifests/init.pp
+++ b/
modules/porterbox/manifests/init.pp
@@
-1,6
+1,10
@@
class porterbox {
include schroot
+ package { 'dgit':
+ ensure => installed,
+ }
+
file { '/usr/local/bin/dd-schroot-cmd':
mode => '0555',
source => 'puppet:///modules/porterbox/dd-schroot-cmd',