aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/interface.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-06 22:15:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-06 22:15:50 -0300
commit3dba502c33c6bb51109d119a1624e322b63def8c (patch)
tree0ee6d17ff6c3c811bf17070022634ceed11c7427 /manifests/subsystems/utils/interface.pp
parent6b898c9541d4e0f4be0f4a934bca3e794a989f8a (diff)
downloadpuppet-nodo-3dba502c33c6bb51109d119a1624e322b63def8c.tar.gz
puppet-nodo-3dba502c33c6bb51109d119a1624e322b63def8c.tar.bz2
Adding conkyforecast package into utils::interface
Diffstat (limited to 'manifests/subsystems/utils/interface.pp')
-rw-r--r--manifests/subsystems/utils/interface.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/interface.pp b/manifests/subsystems/utils/interface.pp
index 6b28aac..3f78c0f 100644
--- a/manifests/subsystems/utils/interface.pp
+++ b/manifests/subsystems/utils/interface.pp
@@ -3,7 +3,7 @@ class utils::interface {
package { [ 'awesome', 'eterm', 'fluxbox', 'gnome-terminal', 'conky',
'xterm', 'bash-completion', 'xfonts-terminus', 'xscreensaver', 'rxvt-unicode',
'mc', 'gtk-theme-switch', 'gtk-smooth-themes', 'rxvt', 'lxappearance',
- 'xtitle', 'xclip' ]:
+ 'xtitle', 'xclip', 'conkyforecast' ]:
ensure => installed,
}
}