Ah the semicolon is a copypaste that snuck in, please ignore it.
On Tue, May 13, 2014 at 3:53 PM, David Schmitt <[email protected]> wrote: > 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 a topic in the > Google Groups "Puppet Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/puppet-users/q-K_LRWHd6A/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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/CACkyZmxULJLNcQXSwBBhk7z8-phzrb0NwaTED6AqC35QS_0P8Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
