aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-19 17:45:10 +0000
committerMichael Scherer <misc@mageia.org>2012-02-19 17:45:10 +0000
commit9bb4b31406f0d02d49cced42e337ded408db43e5 (patch)
tree0ec628592fb26d5e21fa0f64ca6c7649b78dab9e /modules
parentad326895f54549250c2e345957b7a96f0c3dc538 (diff)
downloadpuppet-9bb4b31406f0d02d49cced42e337ded408db43e5.tar
puppet-9bb4b31406f0d02d49cced42e337ded408db43e5.tar.gz
puppet-9bb4b31406f0d02d49cced42e337ded408db43e5.tar.bz2
puppet-9bb4b31406f0d02d49cced42e337ded408db43e5.tar.xz
puppet-9bb4b31406f0d02d49cced42e337ded408db43e5.zip
reindentation of the manifest
Diffstat (limited to 'modules')
-rw-r--r--modules/puppet/manifests/thin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/thin.pp b/modules/puppet/manifests/thin.pp
index 7ec684d6..9dd29d5f 100644
--- a/modules/puppet/manifests/thin.pp
+++ b/modules/puppet/manifests/thin.pp
@@ -9,6 +9,6 @@ class puppet::thin {
}
apache::config { "/etc/httpd/conf.d/puppet.conf":
- content => "Listen 8140",
+ content => "Listen 8140",
}
}