I've got the following puppet service:
service { "getty@ttyUSB0.service":
provider => systemd,
ensure => running,
enable => true,
}
When I try to apply this configuration on my client, it throws the following error:
err: /Stage[main]//Node[puppetclient]/Service[getty@ttyUSB0.service]/enable: change from false to
…