On 2014-05-13 15:05, Taylan Develioglu wrote:
root@traveler:~#
FACTER_url='https://username:[email protected]/';
puppet resource f5_node
FACTER_url='https://username:[email protected]/';
puppet resource f5_node '/TestPartition2000/TestNode2000'
ensure=present ipaddress='1.2.3.5'
Remove the semicolon (;) between the variable and the puppet call, or
put "export" in front, else you're defining a shell variable, and not an
environment variable, causing it to NOT be seen by puppet.
f5_node { '/TestPartition2000/TestNode2000':
ensure => 'present',
connection_limit => '1',
dynamic_ratio => '1',
ipaddress => '1.1.1.97',
rate_limit => '1',
ratio => '1',
}
_________________________________________
My question is, is this expected behavior ? Why is validate failing ?
Why doesn't resource create not work ?
Any pointers would be appreciated, thanks!
Regards, David
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/0c2f59cd6b71089af636fc1d2f898d2c%40hosting.edv-bus.at.
For more options, visit https://groups.google.com/d/optout.