From 0e27204eaf243b5d4d3f49cc70d8023c3c43039f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 15:18:17 -0300 Subject: Coding style --- README | 5 ----- README.md | 5 +++++ manifests/config.pp | 23 ++++++++++++----------- 3 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ecea55b..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -Puppet Boostrap Module -====================== - -This is a very specific puppet module that boostraps a node for use with -Hydra Suite, https://git.sarava.org/?p=hydra.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..ecea55b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Puppet Boostrap Module +====================== + +This is a very specific puppet module that boostraps a node for use with +Hydra Suite, https://git.sarava.org/?p=hydra.git diff --git a/manifests/config.pp b/manifests/config.pp index 1d41879..ed8a3ac 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,19 +1,20 @@ -# use "mkpasswd -m sha-512" to generate root and first user's passwords -$root_password = "rootpass" -$first_user = "user" +# Use "mkpasswd -m sha-512" to generate root and first user's passwords +$root_password = "rootpass" +$first_user = "user" $first_user_password = "userpass" -$first_user_sshkey = "usersshkey" # do not include "ssh-rsa " here. -$first_user_email = "usermail" +$first_user_sshkey = "usersshkey" # do not include "ssh-rsa " here. +$first_user_email = "usermail" -# bootstrap dirs +# Bootstrap dirs $puppet_bootstrap_tmpdir = "/var/tmp/puppet-bootstrap" -$puppet_dir = "/usr/local/puppet" +$puppet_dir = "/usr/local/puppet" -# minimal config for puppet-nodo first run +# Minimal config for puppet-nodo first run Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" } + $resolvconf_nameservers = '201.6.2.152:201.6.2.32' -$global_munin_allow = '192.168.0.[0-9]*' +$global_munin_allow = '192.168.0.[0-9]*' -# mysql configurations -$mysql_rootpw = "mysqlpass" +# MySQL configuration +$mysql_rootpw = "mysqlpass" $puppetmaster_db_password = "puppetpass" -- cgit v1.2.3