aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",
}
}