diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-31 11:20:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-31 11:20:15 -0300 |
commit | ae8eea9a3429e4743dd0c0c5a39dcfe7f0dea6fb (patch) | |
tree | b34f9cc44ba55ad630ae49dc025b14e8fcaf2db8 | |
parent | 25d76b20cc643eb21a0bc820d9351523a26f98d0 (diff) | |
download | puppet-nodo-ae8eea9a3429e4743dd0c0c5a39dcfe7f0dea6fb.tar.gz puppet-nodo-ae8eea9a3429e4743dd0c0c5a39dcfe7f0dea6fb.tar.bz2 |
Adding audacity into utils::personal::debian
-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 fe0530d..792a42e 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -10,7 +10,7 @@ class utils::personal::debian { 'gqview', 'mpg123', 'audacious', 'qjackctl', 'gimp', 'xine-ui', 'amarok', 'wodim', 'genisoimage', 'dvd+rw-tools', 'inkscape', 'jhead', - 'easytag', 'flashplugin-nonfree', 'vlc', ]: + 'easytag', 'flashplugin-nonfree', 'vlc', 'audacity' ]: ensure => installed, } |