diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-12 19:28:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-12 19:28:34 -0300 |
commit | 6349da13fd9a91577c8881ef696be9cc610ace78 (patch) | |
tree | 43b486ac73f920aef042789e75b92a5ff0f03806 /manifests | |
parent | 07573c1256f98f840d4effff2fd1a44f570f8a0e (diff) | |
download | puppet-nodo-6349da13fd9a91577c8881ef696be9cc610ace78.tar.gz puppet-nodo-6349da13fd9a91577c8881ef696be9cc610ace78.tar.bz2 |
Adding schroot into utils::personal::debian
Diffstat (limited to 'manifests')
-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 41218e7..8c80066 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' ]: + package { [ 'fortunes-br', 'unrar', 'recode', 'figlet', 'p7zip-full', 'unison', 'schroot' ]: ensure => installed, } |