Skip to content

Commit f869f84

Browse files
author
mattkirby
committed
Merge pull request #10 from puppetlabs-operations/remove_internal_dep
remove dependency for munin
2 parents ed070e3 + 106da5c commit f869f84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

manifests/init.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@
1717
if ! $nginx::params::package {
1818
fail( "No nginx possible on ${hostname}" )
1919
}
20-
21-
# We should monitor the state of nignx, though I am not sure this should be here
22-
if defined(Class['munin']) { include metrics::munin::nginx }
23-
2420
}

0 commit comments

Comments
 (0)