search for: mypluginpackage

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

2011 Apr 01
4
if statement: 'true' from left operand of 'in' expression is not a string
...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 } [...] ------------------------------------------------------------------------ .. puppet throws the following error: ------------------------------------------------------------------------ err: Could not retrieve catalog from remote server: Er...