diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-01-22 18:28:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-01-22 18:28:33 -0200 |
commit | 609e65d2bab64c4f2048a84b14b6c1560f16c472 (patch) | |
tree | e9a0e5dd9579613cf4b10e43c51914c8a6e9a45a /manifests/subsystems/utils.pp | |
parent | 7207c5e5cdefef74fa15ae28c8daa841c1ae81f4 (diff) | |
download | puppet-nodo-609e65d2bab64c4f2048a84b14b6c1560f16c472.tar.gz puppet-nodo-609e65d2bab64c4f2048a84b14b6c1560f16c472.tar.bz2 |
Minor change
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r-- | manifests/subsystems/utils.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 554ba1b..f4bb4ee 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -66,7 +66,7 @@ class utils::personal { 'figlet', 'bittornado', 'encfs', 'rtorrent', 'p7zip-full', 'signing-party', 'easytag', 'flashplugin-nonfree', 'mercurial', - 'jhead']: + 'jhead' ]: ensure => installed, } |