From e01825391127e1342fe8a3c5c2f696e9358ae6e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 Aug 2013 23:47:29 -0300 Subject: Moving some console apps to nodo::utils::interface::console --- manifests/utils/interface.pp | 11 +++++------ manifests/utils/interface/console.pp | 5 +++++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 manifests/utils/interface/console.pp (limited to 'manifests/utils') diff --git a/manifests/utils/interface.pp b/manifests/utils/interface.pp index 1b49df5..52b7cea 100644 --- a/manifests/utils/interface.pp +++ b/manifests/utils/interface.pp @@ -1,10 +1,9 @@ -class nodo::utils::interface { +class nodo::utils::interface inherits nodo::utils::interface::console { # Interface - package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', - 'xterm', 'tmux', 'xscreensaver', 'thunar', - 'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', - 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx', - 'x11-apps' ]: + package { [ 'awesome', 'eterm', 'weather-util', 'gnome-terminal', 'conky', + 'xterm', 'xscreensaver', 'thunar', 'x11-apps', + 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance', + 'xtitle', 'xclip', 'pcmanfm', 'awesome-extra', 'numlockx' ]: ensure => installed, } diff --git a/manifests/utils/interface/console.pp b/manifests/utils/interface/console.pp new file mode 100644 index 0000000..f5b0cd8 --- /dev/null +++ b/manifests/utils/interface/console.pp @@ -0,0 +1,5 @@ +class nodo::utils::interface::console { + package { [ 'mc', 'tmux' ]: + ensure => installed, + } +} -- cgit v1.2.3