This message was deleted.
# puppet
s
This message was deleted.
z
eg
$facts['os']['family']
b
operatingsystem
is a legacy fact and those are disabled by default in puppet 8
this2 1
y
Thank you, is it possible to declare a new variable like
operatingsystem = $facts['os']['name']
or should i change all operatingsystem variables to $facts['os']['name'] in all pp files?
s
Change to using the newer fact, rather than the disabled legacy fact. And it does't make sure to setup a new variable that is just an existing fact.