Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-1479
resources using parsedfile providers quietly move resources from default file to target with 'puppet resource'
use the host resource and puppet resource:

I expect the following to fail:

{noformat}
# puppet resource host test1 ensure=present target="/tmp/host" host_aliases=alias1
notice: /Host[test1]/ensure: created
err: /Host[test1]: Could not evaluate: ip is a required attribute for hosts
host { 'test1':
    host_aliases => ['alias1'],
    target => '...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to