From: Héctor Orón Martínez Date: Sun, 12 Aug 2018 16:03:35 +0000 (+0200) Subject: porterbox: install dgit. rt#7366 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c86dce34d2e64e762e33866078690cec49edf40b;p=mirror%2Fdsa-puppet.git porterbox: install dgit. rt#7366 Signed-off-by: Héctor Orón Martínez --- diff --git a/modules/porterbox/manifests/init.pp b/modules/porterbox/manifests/init.pp index 4ed9a21f4..ba83efd4e 100644 --- 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',