search for: installplugins

Displaying 1 result from an estimated 1 matches for "installplugins".

Did you mean: install_plugins
2011 Apr 01
4
if statement: 'true' from left operand of 'in' expression is not a string
Hi *, using the following snippet of code .. ------------------------------------------------------------------------ [...] 7 if ! ($installplugins in [ true, false ]) { 8 fail("nrpe installplugins parameter must be true or false") 9 } [...] 24 if $installplugins == true { 25 package { ["mypluginpackage", 26 ensure => installed } 27 } [...] --------------------------------------------...