diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:33:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:33:58 -0300 |
commit | 305f4e0948b089a5405100acf7e35f599de28f0c (patch) | |
tree | 328e152f3a14bea02951a5f8ef56db6338de5c51 /manifests | |
parent | 95bb0df356b27ac9eebd2dab7c12ea34281eb814 (diff) | |
download | puppet-mail-305f4e0948b089a5405100acf7e35f599de28f0c.tar.gz puppet-mail-305f4e0948b089a5405100acf7e35f599de28f0c.tar.bz2 |
Updating firma revision and fixing virtual regexp
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/firma.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp index a858e7f..a2525c3 100644 --- a/manifests/firma.pp +++ b/manifests/firma.pp @@ -34,7 +34,7 @@ class mail::firma { ensure => present, provider => git, source => 'git://git.sarava.org/firma.git', - revision => 'e279e7e4951087c3e5d29d19602057000f455a41', + revision => 'f24aa45cbd0678e35ef879bce937f2d96df1c9ab', owner => 'firma', group => 'firma', require => [ User['firma'], Group['firma'] ], |