Trying to add users to individual nodes in hiera. It works fine in a manifest using:
accounts::account { 'user': }
But this adds the account to every node using that manifest, which is not what I want. When I try to add it in hiera in a node-specific yaml file using:
accounts::account: user:
The account does not get created. How do I create the accounts in a yaml file?
Trying to add users to individual nodes in hiera. It works fine in a manifest using:
accounts::account { 'user': }
But this adds the account to every node using that manifest, which is not what I want. When I try to add it in hiera in a node-specific yaml file using:
accounts::account: user:
The account does not get created. How do I create the accounts in a yaml file?