diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-14 02:16:30 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-14 02:16:30 -0300 | 
| commit | 4aac7f8e50ee5ddbfa11cd8e89e2287892b19b80 (patch) | |
| tree | a43e88f81c4b48fbfaf405abc19cfe493a128267 /manifests | |
| parent | c0d693798f3f6309c34a25443db7c09ddca39f98 (diff) | |
| download | puppet-nodo-4aac7f8e50ee5ddbfa11cd8e89e2287892b19b80.tar.gz puppet-nodo-4aac7f8e50ee5ddbfa11cd8e89e2287892b19b80.tar.bz2  | |
Adding xsel into nodo::utils::interface
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/interface.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index c48d4cd..8d95c11 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -4,7 +4,7 @@ class nodo::utils::interface inherits nodo::utils::interface::console {                'xterm',            'xscreensaver',      'thunar',       'x11-apps',                'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',         'lxappearance',                'xtitle',           'xclip',             'pcmanfm',      'awesome-extra',  'numlockx', -              'metar',            'wmctrl' ]: +              'metar',            'wmctrl',            'xsel' ]:      ensure => installed,    }  | 
