diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 23:01:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 23:01:21 -0300 |
commit | 7909aa1ed7cc51ba742f9c785d663369efeeb6c7 (patch) | |
tree | dc7537bf8ba4a961b8d0ba25372cba85d76e2ad9 | |
parent | 8c2cb61f3ab6db182f396c7831de18d72929be28 (diff) | |
download | puppet-mail-7909aa1ed7cc51ba742f9c785d663369efeeb6c7.tar.gz puppet-mail-7909aa1ed7cc51ba742f9c785d663369efeeb6c7.tar.bz2 |
Updating firma revision
-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 23dd51e..fc215da 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 => 'f24aa45cbd0678e35ef879bce937f2d96df1c9ab', + revision => '6c974d20a706a159b2ddcc801ba4c6fbc0662958', owner => 'firma', group => 'firma', require => [ User['firma'], Group['firma'] ], |