aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/epoll/manifests/init.pp2
-rw-r--r--modules/mga-mirrors/manifests/init.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/epoll/manifests/init.pp b/modules/epoll/manifests/init.pp
index af0466b2..b63673f9 100644
--- a/modules/epoll/manifests/init.pp
+++ b/modules/epoll/manifests/init.pp
@@ -7,7 +7,7 @@ class epoll {
}
apache::vhost_catalyst_app { $vhost:
- script => /usr/bin/epoll_fastcgi.pl
+ script => "/usr/bin/epoll_fastcgi.pl"
}
$password = extlookup("epoll_password")
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 2bf927f3..128fc7a9 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -7,7 +7,7 @@ class mga-mirrors {
}
apache::vhost_catalyst_app { $vhost:
- script => /usr/bin/mga_mirrors_fastcgi.pl
+ script => "/usr/bin/mga_mirrors_fastcgi.pl"
}
$password = extlookup("mga_mirror_password")