diff options
Diffstat (limited to 'templates/puppet/puppet.conf.erb')
-rw-r--r-- | templates/puppet/puppet.conf.erb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/puppet/puppet.conf.erb b/templates/puppet/puppet.conf.erb index d2b50d3..e2751ca 100644 --- a/templates/puppet/puppet.conf.erb +++ b/templates/puppet/puppet.conf.erb @@ -11,10 +11,11 @@ templatedir = $vardir/templates masterport = 8140 autosign = false storeconfigs = true -dbadapter = mysql -dbserver = localhost -dbuser = puppet -dbpassword = <%= db_password %> +dbadapter = sqlite3 +#dbadapter = mysql +#dbserver = localhost +#dbuser = puppet +#dbpassword = <%= db_password %> dbconnections = 15 certname = puppet.<%= base_domain %> ssl_client_header = SSL_CLIENT_S_DN |