diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-22 00:31:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-22 00:31:47 -0300 |
commit | a6c0529dce72385be8eb0d8e06e091de40a2fb5c (patch) | |
tree | ef48da337d92e66ddf272b42bce93b459d43f196 /manifests/subsystems/utils.pp | |
parent | 92612be815d0aa19e6213eb6edaa21c86b50d695 (diff) | |
download | puppet-nodo-a6c0529dce72385be8eb0d8e06e091de40a2fb5c.tar.gz puppet-nodo-a6c0529dce72385be8eb0d8e06e091de40a2fb5c.tar.bz2 |
Fixing package name
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 e7105de..ab414bd 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -75,7 +75,7 @@ class utils::personal { 'rtorrent', 'p7zip-full', 'signing-party', 'easytag', 'flashplugin-nonfree', 'mercurial', 'jhead', 'unison', 'exuberant-ctags', - 'tig', 'gtk-theme-switch2', 'gtk-smooth-themes' ]: + 'tig', 'gtk-theme-switch', 'gtk-smooth-themes' ]: ensure => installed, } |