tree 10113f57c2b7e7ddd1b793f42e17b974c16653e8 parent c0b37558938a7234d1630c0988101109c3c2bb9f parent d6678678989e30b799d1b82b232e040446898de2 author Jerome Charaoui 1431452281 +0000 committer Jerome Charaoui 1431452281 +0000 Merge branch 'fix_munin_plguin_install' into 'master' Fix munin plugin installation when no mumin module is used when you don't use the munin module, the passenger class will fail using the default values with: ``` Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid res ource type munin::plugin::deploy at /etc/puppet/modules/passenger/manifests/init.pp:72 ``` this commit fixed it. See merge request !1