diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-08 12:22:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-08 12:22:52 -0300 |
commit | 40f7f37354e275d7e9415c3838cdfab9a968c04c (patch) | |
tree | c28637e4164026359451308d603194f3e2410890 /manifests | |
parent | 47f826cfda8e0d5ee5025294b1a6c3352d6e74dc (diff) | |
download | puppet-nodo-40f7f37354e275d7e9415c3838cdfab9a968c04c.tar.gz puppet-nodo-40f7f37354e275d7e9415c3838cdfab9a968c04c.tar.bz2 |
Adding llgal to utils::personal::debian
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/utils/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index 010aef0..ab4ea61 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -12,7 +12,7 @@ class utils::personal::debian { 'genisoimage', 'dvd+rw-tools', 'inkscape', 'jhead', 'easytag', 'flashplugin-nonfree', 'vlc', 'audacity', 'opencubicplayer', 'moc', 'cmus', 'orpheus', - 'cbrpager' ]: + 'cbrpager', 'llgal' ]: ensure => installed, } |