diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 21:46:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 21:46:38 -0300 |
commit | b9abb82eec2551441d940a35be91a4dddfb0c0f5 (patch) | |
tree | 0c913cbc9234e23c3b5f6e89864a408599026983 /manifests | |
parent | 599527b27a9223ba9c0170fb3d12a7339316a171 (diff) | |
download | puppet-onion-b9abb82eec2551441d940a35be91a4dddfb0c0f5.tar.gz puppet-onion-b9abb82eec2551441d940a35be91a4dddfb0c0f5.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/monitor.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/monitor.pp b/manifests/monitor.pp index d6d0f03..6a51cff 100644 --- a/manifests/monitor.pp +++ b/manifests/monitor.pp @@ -21,7 +21,7 @@ class onion::monitor( owner => root, group => root, mode => 0640, - source => template('onion/armrc.erb'), + content => template('onion/armrc.erb'), require => File['/root/.arm'], } } |