You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a module but the packages checkpolicy or selinux-policy-devel can not be installed the .te file is created but not the .pp files.
After you add the redhat license the pp files will never be created because the exec depends of a notify from de .te file resource.
Solution for know rm -rf /opt/puppetlabs/server/data/puppetserver/selinux and run puppet again, but i think dat the .te file resource a require need for the packages.
How to reproduce, just run puppet before your license your redhat machine.
Why do we run puppet before licensing, to configure ssh and add authentication.
With regards
Richard
The text was updated successfully, but these errors were encountered:
If you use
selinux::module { 'name':
To add a module but the packages checkpolicy or selinux-policy-devel can not be installed the .te file is created but not the .pp files.
After you add the redhat license the pp files will never be created because the exec depends of a notify from de .te file resource.
Solution for know rm -rf /opt/puppetlabs/server/data/puppetserver/selinux and run puppet again, but i think dat the .te file resource a require need for the packages.
How to reproduce, just run puppet before your license your redhat machine.
Why do we run puppet before licensing, to configure ssh and add authentication.
With regards
Richard
The text was updated successfully, but these errors were encountered: