diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:14:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 13:14:03 -0300 |
commit | 066aed3b86377004786972b6dccfbc631011a6f2 (patch) | |
tree | 1a855c1cc6a87634ed7566146fe8c7c7b32f7c57 /manifests/subsystems/utils/debian.pp | |
parent | c37ef44f267075ec52b3e3ed0f236eed235ee863 (diff) | |
download | puppet-nodo-066aed3b86377004786972b6dccfbc631011a6f2.tar.gz puppet-nodo-066aed3b86377004786972b6dccfbc631011a6f2.tar.bz2 |
Adding schroot class
Diffstat (limited to 'manifests/subsystems/utils/debian.pp')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 8c80066..41218e7 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -59,7 +59,7 @@ class utils::personal::debian { } # Other - package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison', 'schroot' ]: + package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison' ]: ensure => installed, } |