diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:29:56 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-26 15:29:56 -0200 | 
| commit | 0cff2c8111f03221f041bf86684937efb8867fe4 (patch) | |
| tree | 57a4a73592a2efec98b1745d1969802d80b8c5c1 /manifests/init.pp | |
| parent | f24585f59eedc3159a3e566edd4828093b084f77 (diff) | |
| download | puppet-nodo-0cff2c8111f03221f041bf86684937efb8867fe4.tar.gz puppet-nodo-0cff2c8111f03221f041bf86684937efb8867fe4.tar.bz2  | |
Make custom_key_dir a class parameter and not a global variable; misc database updates; adding default exec and fileserver config
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f5a3e66..14cdc9c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,6 +2,13 @@  # Nodo module.  # +# Default execution path +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}" } +File { backup => server } +  # Import required modules  import "common"  import "sshd"  | 
