aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-15 22:54:55 +0000
committerMichael Scherer <misc@mageia.org>2012-03-15 22:54:55 +0000
commite40e95a92a3586ef5e866d88302c35546bf15c23 (patch)
treeecae3d508e55b17edd466bfa75c1962b49cf1c5a /modules/puppet
parent3f7b286a3b5e190b6ba7f57e52ebca51996e6890 (diff)
downloadpuppet-e40e95a92a3586ef5e866d88302c35546bf15c23.tar
puppet-e40e95a92a3586ef5e866d88302c35546bf15c23.tar.gz
puppet-e40e95a92a3586ef5e866d88302c35546bf15c23.tar.bz2
puppet-e40e95a92a3586ef5e866d88302c35546bf15c23.tar.xz
puppet-e40e95a92a3586ef5e866d88302c35546bf15c23.zip
rename db_config.pp as it cause issue with rakefile for puppet-lint
Diffstat (limited to 'modules/puppet')
-rw-r--r--modules/puppet/manifests/stored_config.pp2
-rw-r--r--modules/puppet/templates/db_config.erb (renamed from modules/puppet/templates/db_config.pp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/stored_config.pp b/modules/puppet/manifests/stored_config.pp
index b09b59e2..efe8a6fa 100644
--- a/modules/puppet/manifests/stored_config.pp
+++ b/modules/puppet/manifests/stored_config.pp
@@ -21,5 +21,5 @@ class puppet::stored_config {
$database = 'sqlite3'
# }
#
- $db_config = template('puppet/db_config.pp')
+ $db_config = template('puppet/db_config.erb')
}
diff --git a/modules/puppet/templates/db_config.pp b/modules/puppet/templates/db_config.erb
index 337a5043..337a5043 100644
--- a/modules/puppet/templates/db_config.pp
+++ b/modules/puppet/templates/db_config.erb