aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-22 13:57:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-22 13:57:13 -0200
commit79237c347a35d98629ce1ca79f69de81c9874ee0 (patch)
tree65ffaa3f200e853ec57d0b80e463b6ab3af166d4
parenteb33a9ec1f8e39d439f8b9ab93324daa6cb8b166 (diff)
downloadpuppet-nodo-79237c347a35d98629ce1ca79f69de81c9874ee0.tar.gz
puppet-nodo-79237c347a35d98629ce1ca79f69de81c9874ee0.tar.bz2
Minor fix
-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 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,
}