Fabrice,
Correct. The differences are listed here:
http://docs.puppetlabs.com/puppetdb/3.0/api/query/v4/upgrading-from-v3.html
. Anything missing from that list is a docs bug that we'll be glad to fix.
Wyatt
--
You received this message because you are subscribed to the Google Groups "Puppet
Foreman doesn't support puppet 4.x yet. Lots of open tickets :)
On Friday, July 24, 2015 at 7:11:08 AM UTC-5, Dirk Heinrichs wrote:
>
> Am 24.07.2015 um 12:59 schrieb Felix Frank:
>
> If you need a good ENC, look at Foreman. If you need reporting, look at
> puppetboard or Puppet Explorer.
>
>
I use the "Run stage" pattern for this.. and it is perfect for this use
case.. (one of the few times its recommended)
https://docs.puppetlabs.com/puppet/latest/reference/lang_run_stages.html
-byron
On Friday, July 24, 2015 at 11:30:34 AM UTC-5, Vince Skahan wrote:
>
> Like many sites, we have
A simple solution to this could be using hiera, but you need to have a
parameter in the profile class (by the way, I believe you're mixing
profiles with roles).
node 'debian'
{
include role::syslogserver
}
node 'debian2'
{
include role::myotherrole
}
then
class role::myotherrole {