Trevor,
Is there a way to create a pam::access:manage entry in Hiera? Or do I need to create a class in site:: then reference it in my hieradata?
I'm able to manage uses in a class using:
pam::access::manage { 'admin_group' :
permission => '+',
users => '(admin)',
origins => ['10.55.40.'],
order => 1000,
}
But was much easier when we were still using Node manifests to manage everything. Now under Hiera it's a little more convoluted for me since I am still picking up the new way to do things.
Thanks in advance,
Mark Kraft
Sotera Defense Solutions