Re: [Puppet Users] How to turn on Centos 8 repo

2020-03-27 Thread Andy Hall
Puppet needs to own the file to use the yumrepo resource type so if you ensure all aspects match then effectively using the enabled parameter should just change that file. But if anything doesn't match then yes it will create a new file. But is shouldn't be too difficult to work it out from the

Re: [Puppet Users] How to turn on Centos 8 repo

2020-03-27 Thread warron.french
Keyser, do you mean what syntax to generate a repo file for the CentOS high availability packages? I am trying to understand your requirement clearly. -- Warron French On Fri, Mar 27, 2020 at 1:10 AM Keyzer Suze wrote: > Hi > > Looking at configure brand new installs >

[Puppet Users] puppet catalog security?

2020-03-27 Thread Matt Zagrabelny
Greetings, Suppose I have a class foo that host A gets via its catalog. Suppose host B does not have foo in its catalog. Can host B do anything malicious to obtain the sensitive data in foo? My puppet master is using an ENC to generate the classification of each host and then a roles + profiles d