Displaying 1 result from an estimated 1 matches for "generate_facts_yaml".
2011 Mar 31
5
Exclude a resource from reports
...ed by puppetmaster (in syslog)
I then noticed that the reports, as shown by foreman, still contain
these events. It shows there there was one "applied" change, though it
does not show what resource it is.
Why is that?
someone also suggested I used an Exec resource like so:
exec { "generate_facts_yaml":
command => "/bin/false",
unless => "do the real work here",
}
Can I generate a file''s content, from an inline template, in an Exec
like above? How can I do that?
Thanks a lot.
Mohamed.
--
You received this message because you are sub...