I am using foreman to manage my puppet server.
I have the ssh module installed and it is managing the server config just fine.
I also need it to upgrade the current version to the latest version, how can I do that?
Puppet has an “ensure => latest” option but I don’t know how to tell foreman how to use it.
I am running foreman 1.14.3
How can I make it upgrade services on the managed nodes?