diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 11:32:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 11:32:41 -0300 |
commit | 7da33199d54e893729917e9328a1c9e53c566085 (patch) | |
tree | f6cd0a35482d78943212225f6596eef2933aba39 /manifests | |
parent | c32095df77012083a1b406622bca19e65d301fab (diff) | |
download | puppet-mail-7da33199d54e893729917e9328a1c9e53c566085.tar.gz puppet-mail-7da33199d54e893729917e9328a1c9e53c566085.tar.bz2 |
Updates firma repo
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 dafbbcb..36cceb5 100644 --- a/manifests/firma.pp +++ b/manifests/firma.pp @@ -30,7 +30,7 @@ class mail::firma( vcsrepo { "/var/lib/firma": ensure => present, provider => git, - source => 'git://git.sarava.org/firma.git', + source => 'git://git.fluxo.info/firma.git', revision => 'df18d0c7060007aaa757ea749bcbb66814d1f4ce', owner => 'firma', group => 'firma', |