diff options
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/utils/network.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 8ba5dbc..976e3b5 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -36,7 +36,8 @@ class utils::network inherits utils::network::minimal { 'pidgin', 'pidgin-encryption', 'pidgin-openpgp', 'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack', 'sslscan', 'muttprofile', 'connect-proxy', - 'mutt-patched', 'gftp', 'notmuch-mutt' ]: + 'mutt-patched', 'gftp', 'notmuch-mutt', + 'sshfs' ]: ensure => installed, } |