Hi,

i like to use some custom facts.
My clients are connectet to 1 puppetmaster with mod_passenger and all works 
fine.

Both on puppetmaster and my node:
puppet.conf:
pluginsync = true

on my puppetmaster:
modules/system/manifest/init.pp:
file { "/root/my_oc4j":
  ensure => link,
  target => "/var/${::oc4j}",
}

modules/system/lib/facter/oc4j.rb:
Facter.add("oc4j") do
  "ja"
end


When i called on my node: 
puppet agent --no-daemonize --onetime --ignorecache --verbose --noop
no error occurs, but the link looks like:
my_oc4j -> /var/

So, when i modify the init.pp like:
file { "/root/my_oc4j":
  ensure => link,
  target => "/var/$oc4j",
}
The link looks like the same.


Does anyone have a idea?


Greetz

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/f255Zi4C_JEJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to