diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 19:32:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 19:32:57 -0300 |
commit | 93920b9359a4ee960c784969b2135cc15e72374c (patch) | |
tree | 5b35130db869f5611db3a43c349762fdbc8c8c73 /manifests | |
parent | c67682033ab13320df4f6c703defd0856e608abb (diff) | |
download | puppet-mail-93920b9359a4ee960c784969b2135cc15e72374c.tar.gz puppet-mail-93920b9359a4ee960c784969b2135cc15e72374c.tar.bz2 |
Adding mail::packages::firma
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/packages.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/packages.pp b/manifests/packages.pp index 6a8cc4c..8fed867 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -52,3 +52,9 @@ class mail::packages::mlmmj { ensure => installed, } } + +class mail::packages::firma { + package { 'expect': + ensure => installed, + } +} |