aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-20 09:47:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-20 09:47:02 -0300
commitbca9018cd81bf457ed38b8b7cd79686ab0d5461f (patch)
treeb8cffecf2c7678f847b5e29d8e94fd78398fe9c8 /manifests
parentb86084c8db844421b7994bdbc75eb09dc9691a68 (diff)
downloadpuppet-nodo-bca9018cd81bf457ed38b8b7cd79686ab0d5461f.tar.gz
puppet-nodo-bca9018cd81bf457ed38b8b7cd79686ab0d5461f.tar.bz2
Adding makepasswd on utils::personal
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp
index d6b38c5..a350472 100644
--- a/manifests/subsystems/utils.pp
+++ b/manifests/subsystems/utils.pp
@@ -50,7 +50,7 @@ class utils::personal {
'genisoimage', 'dvd+rw-tools', 'inkscape',
'python-stdeb', 'openjdk-6-jre', 'unrar',
'fakeroot', 'dupload', 'autotools-dev',
- 'dh-make', 'kalarm' ]:
+ 'dh-make', 'kalarm', 'makepasswd' ]:
ensure => installed,
}