diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index ec96acc..fb4c825 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -65,7 +65,8 @@ class utils::personal { 'rxvt-unicode', 'recode', 'twinkle', 'figlet', 'bittornado', 'encfs', 'rtorrent', 'p7zip-full', 'signing-party', - 'easytag', 'flashplugin-nonfree', 'mercurial' ]: + 'easytag', 'flashplugin-nonfree', 'mercurial', + 'jhead' ]: ensure => installed, } |