diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-10-03 22:10:14 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-10-03 22:10:14 -0300 | 
| commit | 7f9b08db0615bc84f5ccdf2192ddfd28c621f9f8 (patch) | |
| tree | fa115d2a6a87794db929700e15e869d01314ff93 | |
| parent | 37674250b6bfb75396b0e891230a28353eb17732 (diff) | |
| download | puppet-nodo-7f9b08db0615bc84f5ccdf2192ddfd28c621f9f8.tar.gz puppet-nodo-7f9b08db0615bc84f5ccdf2192ddfd28c621f9f8.tar.bz2 | |
Adding syslinux 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 f69b69c..024cbdd 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',        'llgal',               'darksnow' ]: +              'cbrpager',        'llgal',               'darksnow',   'syslinux' ]:      ensure => installed,    } | 
