ghoneycutt / puppet-module-facter

Puppet module to manage Facter
Other
2 stars 23 forks source link

Puppet v4 support? #29

Closed brandfocus closed 9 years ago

brandfocus commented 9 years ago

Not sure if we have missed something obvious but we are unable to create any facts in /etc/facter/facts.d with the following config:

Puppet 4.1.0 Facter 2.4.4

init.pp

 class { 'facter':
     facts_hash => hiera("facter::facts")
}

production.yaml

facter::facts:
    environment:
        value: 'production'
    stack:
        value: 'webserver'
ghoneycutt commented 9 years ago

v4 support is official in v3.0.0

ghoneycutt commented 9 years ago

@brandfocus you just specify the bits in production.yaml not the code part