diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-08 22:05:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-08 22:05:34 -0300 |
commit | 7e307917f41db24da5f0d979b446d2f8117c09ef (patch) | |
tree | 5227572718886ab6fc587a96294390f097cf1b59 /manifests/utils.pp | |
parent | 3e086c7e7a9da23c3c37afad89bf6d6fef307641 (diff) | |
download | puppet-nodo-7e307917f41db24da5f0d979b446d2f8117c09ef.tar.gz puppet-nodo-7e307917f41db24da5f0d979b446d2f8117c09ef.tar.bz2 |
Adding utils::web
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 681276b..ad463f8 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -18,3 +18,10 @@ class utils::storage { ensure => installed, } } + +# Common utilities for web +class utils::web { + package { 'ffmpeg': + ensure => installed, + } +} |