selinux - Puppet semodule: how to add a .te file? -


i'm using https://forge.puppetlabs.com/spiette/selinux

in site.pp node want module installed have:

selinux::module { "varnishlnkfile":   ensure => "present",   source => "puppet:///modules/selinux/modules", } 

and i'm getting:

err: /file[/varnishlnkfile.te]: not evaluate: not retrieve information environment development source(s) puppet:///modules/selinux/varnishlnkfile.te @ /etc/puppet/modules/selinux/manifests/module.pp:52 

i found github issue https://github.com/spiette/puppet-selinux/issues/5 following not change anything.

the .te file in:

/etc/puppet/modules/selinux/varnishlnkfile.te 

earlier in:

/etc/puppet/modules/selinux/modules/varnishlnkfile.te 

and error message same.

the correct url agent retrieve /etc/puppet/modules/selinux/varnishlnkfile.te is

puppet:///modules/selinux/varnishlnkfile.te 

for /etc/puppet/modules/selinux/modules/varnishlnkfile.te it's

puppet:///modules/selinux/modules/varnishlnkfile.te 

the error not seem relate manifest pasted. if doesn't help, please clean question 1 consistent set of information.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -