diff options
-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 f4bb4ee..e4a45a3 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', 'unison' ]: ensure => installed, } |