diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-22 13:57:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-22 13:57:13 -0200 |
commit | 79237c347a35d98629ce1ca79f69de81c9874ee0 (patch) | |
tree | 65ffaa3f200e853ec57d0b80e463b6ab3af166d4 /manifests/subsystems | |
parent | eb33a9ec1f8e39d439f8b9ab93324daa6cb8b166 (diff) | |
download | puppet-nodo-79237c347a35d98629ce1ca79f69de81c9874ee0.tar.gz puppet-nodo-79237c347a35d98629ce1ca79f69de81c9874ee0.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests/subsystems')
-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 e31011b..727e5c6 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -67,7 +67,7 @@ class utils::personal::debian { } # Custom: might not be available in the official repositories - package { [ 'kedpm', 'torchat': + package { [ 'kedpm', 'torchat' ]: ensure => installed, } |