diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:37:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:37:49 -0200 |
commit | 7ee3f146160d77d1c5010891c1eb86f480c07316 (patch) | |
tree | ffd2f179459603c936b2f2d7662952389d6ad5c9 /manifests | |
parent | 0cff2c8111f03221f041bf86684937efb8867fe4 (diff) | |
download | puppet-nodo-7ee3f146160d77d1c5010891c1eb86f480c07316.tar.gz puppet-nodo-7ee3f146160d77d1c5010891c1eb86f480c07316.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 14cdc9c..0a3da1c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -6,7 +6,7 @@ Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" } # Fileserver backup -filebucket { server: server => hiera('puppet::daemon::server', "puppet.${::domain}" } +filebucket { server: server => hiera('puppet::daemon::server', "puppet.${::domain}") } File { backup => server } # Import required modules |