aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-12 19:28:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-12 19:28:34 -0300
commit6349da13fd9a91577c8881ef696be9cc610ace78 (patch)
tree43b486ac73f920aef042789e75b92a5ff0f03806 /manifests
parent07573c1256f98f840d4effff2fd1a44f570f8a0e (diff)
downloadpuppet-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.pp2
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,
}