diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 19:23:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-10 19:23:45 -0300 |
commit | c67682033ab13320df4f6c703defd0856e608abb (patch) | |
tree | 889719ca07babb2f00cec1826362ab6c68df44e3 /manifests | |
parent | d39512a35ccc0178c54dbc2517e5ae89c165dec1 (diff) | |
download | puppet-mail-c67682033ab13320df4f6c703defd0856e608abb.tar.gz puppet-mail-c67682033ab13320df4f6c703defd0856e608abb.tar.bz2 |
Symlink to firma script
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/firma.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp index 8a28ffa..f6713ef 100644 --- a/manifests/firma.pp +++ b/manifests/firma.pp @@ -31,4 +31,11 @@ class mail::firma { group => 'firma', require => [ User['firma'], Group['firma'] ], } + + file { '/usr/local/bin/firma': + ensure => '/var/lib/firma/firma', + owner => root, + group => root, + require => Vcsrepo['/var/lib/firma'], + } } |