hi,

yes, this script works quite well! :)
https://groups.google.com/d/msg/puppet-users/cHpZlKkPmr4/RRQ6VWsGdMQJ

However, we are currently using the "Oracle WebLogic / Fusion Middleware" 
puppet module,
http://forge.puppetlabs.com/biemond/wls/1.3.3

which declares some file resources with the path parameter, so the script 
no longer works because
the file's $name and $path differ, and the report does not contain the 
information about the path of the resource.

example: orawls/manifests/domain.pp:

# the domain.py used by the wlst
file { "domain.py ${domain_name} ${title}":
  path    => "${download_dir}/domain_${domain_name}.py",
  ...


On Monday, December 16, 2013 3:00:39 PM UTC+1, Felix.Frank wrote:
>
> Hi, 
>
> this thread has been going on for a while, and you may have already 
> commented on this, in this case please humor me: 
>
> Couldn't you collect and interpret the output of puppet apply? 
>
> On 12/16/2013 02:14 PM, David Portabella wrote: 
> > This seems an overcomplicated issue. Just to step back and look at the 
> > global picture: 
> > we are just asking to get the list of all resources updated when 
> > executing "puppet apply" in a non master/agent puppet environment. 
> > this should be a basic functionality; we are not asking something weird. 
>

-- 
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/51d77a7e-ed0c-45cf-831b-26a8bdfe0cd1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to