Title: Message Title
Ryan Coleman commented on an issue
Puppet / Bug PUP-1786
Error with noop run when file has require and source that doesn't exist
The following manifest fails when run with --noop, but succeeds when run normally:

{noformat:title=t.pp}
file { '/tmp/foo-bar':
  content => "Hello\n",
}

file { '/tmp/bar-foo':
  source => "file:///tmp/foo-bar",
  require => File['/tmp/foo-bar'],
}
{noformat}

{noformat}
$ rm -rf /tmp/foo-bar /tmp/bar-foo; puppet apply t.pp
Notice: Compi...

--
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/groups/opt_out.

Reply via email to