diff options
Diffstat (limited to '')
-rw-r--r-- | services/applications/nagios.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/applications/nagios.cf b/services/applications/nagios.cf index a664bb5..8e9ab44 100644 --- a/services/applications/nagios.cf +++ b/services/applications/nagios.cf @@ -5,9 +5,9 @@ bundle agent nagios "packages" slist => { "nagios4", "nginx", - "php56", }; methods: nagios:: "nagios" usebundle => fcgiwrap("nagios", "www", "770"); + "nagios" usebundle => php56(); } |