Displaying 1 result from an estimated 1 matches for "oms_directory".
Did you mean:
o_directory
2013 Feb 03
3
Another "function does not return a value" problem
...{
file { ''/var/lib/oms/config'':
source => ''puppet:///deployment/deployment'',
recurse => true,
purge => true,
force => true,
ignore => fact_to_array(''DIR_1,DIR_2,DIR_3''),
require => Class[''oms::oms_directory''],
}
}
Getting the following error when trying to run puppet agent --test on a
remote agent:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Function ''fact_to_array'' does not return a value at
/etc/puppet/modules/oms/manifests/init.pp:13...