Resource Type: fact
- Defined in:
- lib/puppet/type/fact.rb
- Providers:
-
fact
Overview
Create a custom fact as text file under /etc/facter/facts.d
fact { ‘environment’:
content => 'production',
target => 'env',
}
Create a custom fact as text file under /etc/facter/facts.d
fact { ‘environment’:
content => 'production',
target => 'env',
}