summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5ad7b16..f21a02d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -47,7 +47,7 @@ class apache {
}
case $apache_server_name {
- '': { $apache_server_name = $fqdn }
+ '': { $apache_server_name = $hostname }
}
package { "apache":