diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 14:05:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 14:05:39 -0300 |
commit | 4c6ee8b78d84cddf398fbc0650b7cf5e7fc23861 (patch) | |
tree | 468d107408e51cb87dfb08aadc065f5737b0788c | |
parent | 8f15575afa098dffe6b1e44f86e31384a417f7d4 (diff) | |
download | puppet-mail-4c6ee8b78d84cddf398fbc0650b7cf5e7fc23861.tar.gz puppet-mail-4c6ee8b78d84cddf398fbc0650b7cf5e7fc23861.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 51ae771..3d5194f 100644 --- a/manifests/firma.pp +++ b/manifests/firma.pp @@ -43,7 +43,7 @@ class mail::firma( ensure => present, provider => git, source => 'git://git.sarava.org/firma.git', - revision => 'dd0e0c07c15e36743a043955fe5021ade92bc3d1', + revision => 'df18d0c7060007aaa757ea749bcbb66814d1f4ce', owner => 'firma', group => 'firma', require => [ User['firma'], Group['firma'] ], |