Displaying 3 results from an estimated 3 matches for "jboss_version".
2009 Nov 17
2
Just what is puppet doing here?
...d: Could not remove existing file
Why is it trying to remove a directory? (Which directory?). I didn''t
tell it to do that in the manifest. I do have this..
file {
"/opt/jboss/current":
links => manage,
ensure => "/opt/jboss/jboss-${jboss_version}",
require => Package["tf-jboss-server"];
}
that should create a symlink. Puppet seems to encounter this problem
approx 50% of the time, with the same input conditions (ie I blow away
all rpms'' and directories). Interesting how it toggles the result from...
2009 Nov 04
2
Using before=> in a definition...
...rt => true,
hasstatus => true
}
....
}
class jboss {
....
file {
"/some/file.xml":
source => "puppet://$server/jboss/conf/some/file.xml"
}
....
}
jboss_inst { tfel0: inst => "tfel0", version => $jboss_version,
naming_port => "1099" }
Doug.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this g...
2010 Aug 22
3
extlookup in 2.6.1 defaults
Hmmm....
So I was just trying the extlookup function that comes with puppet
2.6.1. It now lets you do this:
$version = extlookup("rsyslog_version", "present", "packages")
which, according to the documentation:
# This will look for a version configured in packages.csv and then in
the rest as configured
# by $extlookup_precedence if it''s not found anywhere