diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 23:17:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 23:17:09 -0300 |
commit | 97994228e4dfddc0a1be398b2ffc37548e32bc4a (patch) | |
tree | 81a7f086c59a503e44f59c29f391a2191d316242 /manifests | |
parent | 7909aa1ed7cc51ba742f9c785d663369efeeb6c7 (diff) | |
download | puppet-mail-97994228e4dfddc0a1be398b2ffc37548e32bc4a.tar.gz puppet-mail-97994228e4dfddc0a1be398b2ffc37548e32bc4a.tar.bz2 |
Updating firma revision
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 fc215da..c4e6e26 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 => '6c974d20a706a159b2ddcc801ba4c6fbc0662958', + revision => '0b327f9c96d3c7d9630c3dc3a3160009eee86e4a', owner => 'firma', group => 'firma', require => [ User['firma'], Group['firma'] ], |