summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/hasdb.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-11-28 13:01:46 -0500
committerMicah Anderson <micah@riseup.net>2010-11-28 13:01:46 -0500
commit735572fac73a710321b2bc469be2cbdf17c46b11 (patch)
tree96b4c66216e132b7f1244456d074b4b69d01ba70 /manifests/puppetmaster/hasdb.pp
parentbec32391d6678a9f52f71658d98a2700ddd31f60 (diff)
Fix whitespace and coding standards to use standard formatting styles (I believe that this Closes #2353)
Diffstat (limited to 'manifests/puppetmaster/hasdb.pp')
-rw-r--r--manifests/puppetmaster/hasdb.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/puppetmaster/hasdb.pp b/manifests/puppetmaster/hasdb.pp
index 1ba1331..2aca0e6 100644
--- a/manifests/puppetmaster/hasdb.pp
+++ b/manifests/puppetmaster/hasdb.pp
@@ -1,4 +1,4 @@
-define puppet::puppetmaster::hasdb(
+define puppet::puppetmaster::hasdb (
$dbtype = 'mysql',
$dbname = 'puppet',
$dbhost = 'localhost',
@@ -6,8 +6,8 @@ define puppet::puppetmaster::hasdb(
$dbhostfqdn = "${fqdn}",
$dbuser = 'puppet',
$dbpwd = $puppet_storeconfig_password,
- $dbconnectinghost = 'locahost'
-){
+ $dbconnectinghost = 'locahost' )
+{
if !$puppet_storeconfig_password { fail("No \$puppet_storeconfig_password is set, please set it in your manifests or site.pp to add a password") }