diff options
Diffstat (limited to 'manifests/subsystems')
| -rw-r--r-- | manifests/subsystems/utils/interface.pp | 9 | ||||
| -rw-r--r-- | manifests/subsystems/utils/network.pp | 8 | 
2 files changed, 11 insertions, 6 deletions
| diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp index 0ca228d..e5f2045 100644 --- a/manifests/subsystems/utils/interface.pp +++ b/manifests/subsystems/utils/interface.pp @@ -3,11 +3,16 @@ class utils::interface {    package { [ 'awesome',       'eterm',            'fluxbox',           'gnome-terminal', 'conky',                'xterm',         'bash-completion',  'tmux',              'xscreensaver',   'thunar',                'mc',            'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt',           'lxappearance', -              'xtitle',        'xclip',            'conkyforecast',     'awesome-extra',  'numlockx', -              'weather-util',  'pcmanfm' ]: +              'xtitle',        'xclip',            'pcmanfm',           'awesome-extra',  'numlockx', +              'weather-util' ]:      ensure => installed,    } +  # Old stuff +  package { 'conkyforecast': +    ensure => absent, +  } +    # Fonts    package { [ 'xfonts-terminus', 'ttf-bitstream-vera', 'ttf-inconsolata' ]:      ensure => installed, diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 19ca18a..6604067 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -37,19 +37,19 @@ class utils::network inherits utils::network::minimal {    package { [ 'mutt',               'offlineimap',           'epiphany-browser',                'newsbeuter',         'nicotine',              'sshfs',                'bogofilter',         'fetchmail',             'procmail', -              'msmtp',              'mairix',                'konqueror', -              'bittorrent',         'links',                 'twinkle', +              'msmtp',              'mairix',                'notmuch-mutt', +              'bittorrent',         'links',                 'gftp',                'bittornado',         'iceweasel',             'transmission',                'openvpn',            'amule',                 'pssh',                'pidgin',             'pidgin-encryption',     'pidgin-openpgp',                'pidgin-otr',         'pidgin-privacy-please', 'pidgin-plugin-pack',                'sslscan',            'muttprofile',           'connect-proxy', -              'mutt-patched',       'gftp',                  'notmuch-mutt' ]: +              'mutt-patched' ]:      ensure => installed,    }    # Old packages -  package { 'silc': +  package { [ 'silc', 'twinkle', 'konqueror']:      ensure => absent,    } | 
