Hello,
I’m running a puppetmaster with foreman as ENC, configuration of classes goes to hiera.
I can declare class on my host without any problem.
I have some module like puppetlabs/accounts · Account management module. · Puppet Forge who just have define type.
On a init.pp I was able to create a new user with the following setup :
create_resources(‘accounts::user’, hiera_hash(‘accounts::user’))
But I don’t know how to do this with foreman.
Any idea ?