diff options
Diffstat (limited to 'modules/epoll/manifests')
-rw-r--r-- | modules/epoll/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 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") |