Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom te file loads every time RE: Only allow refresh in the event that the initial .te file is updated. #95

Closed
shollingsworth opened this issue May 5, 2016 · 2 comments

Comments

@shollingsworth
Copy link

Hello,

I have the below code block in one of my classes and every time I run puppet agent it displays the following message:

Notice: /Stage[main]/my_ldap_auth::Selinux_ssh_homedir/Selinux::Module[selinux_ssh_homedir]/Selmodule[local_selinux_ssh_homedir]/ensure: created

Caller

   selinux::module { 'selinux_ssh_homedir':
     source => 'puppet:///modules/modpath/selinux_ssh_homedir.te',
     require => Package['policycoreutils-devel'],
   }

Here are some standard variables from facter.

os => {"name"=>"CentOS", "family"=>"RedHat", "release"=>{"major"=>"7", "minor"=>"2", "full"=>"7.2.1511"}}

# facter  |grep selinux
selinux => true
selinux_config_mode => enforcing
selinux_config_policy => targeted
selinux_current_mode => enforcing
selinux_enforced => true
selinux_policyversion => 28

Any help would be appreciated.

Thanks!

@Fabian1976
Copy link

Several people have come accross this issue. See:
#92
#90

A fix has been proposed by someone, but it is nog yet merged and versioned.

I find it strange that the most popular selinux module is so buggy. Don't know if it is still maintained by jfryman

@jfryman
Copy link
Contributor

jfryman commented Jun 2, 2016

the most popular selinux module

WOW! I had no idea. Thanks for the nice words.

I could always have another maintainer helping me out like I do with some of my other popular modules. I had no idea this one had traction, to be completely honest. Up for the job?

Otherwise, I hope everyone understands this is free work. I'll continue to do my best. Thanks for the bug reports and code!

@jfryman jfryman closed this as completed Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants