On Tue, Feb 14, 2012 at 10:32, Peter Valdemar Mørch wrote:
G'day Peter.
> http://docs.puppetlabs.com/man/apply.html does not mention a --noop
> parameter, but it works:
>
> capmon@peter:~> puppet apply --noop -e 'file { "/tmp/foo": ensure => present
> }'
> notice: /Stage[main]//File[/tmp/foo]/e
http://docs.puppetlabs.com/man/apply.html does not mention a --noop
parameter, but it works:
capmon@peter:~> puppet apply --noop -e 'file { "/tmp/foo": ensure => present }'
notice: /Stage[main]//File[/tmp/foo]/ensure: is absent, should be present (noop)
Can I rely on this in future versions? If s