Vadym Chepkov

Results 90 comments of Vadym Chepkov

You are managing selinux context by two resources, file and selinux::fcontext You either use only one (my preference) or make them both to match, by adding seltype, selrange, seluser, selrole...

And I understand your concern - puppet won't be enforcing defined policy for this particular directory. But what about all objects inside the directory? Having puppet to enforce every single...

run 'puppet plugin download' on your master. Would be nice if module somehow did it itself.

It was probably caused by some modules, which were since updated. I don't see it anymore

What if there was a configuration file Puppetfile.gen, for example: ``` mod 'puppetlabs/firewall', '1.8.1' mod 'puppetlabs/apt', '0' mod 'gentoo/portage', '0' ```

I suppose a script with very long command line can be used instead of config file, but it's less convenient and you are subject of ARG_MAX limitations, albeit lengthy

I will try. Is it possible to test changed code for custom facts as well? Come to think of it, new version of puppet also can change facts for the...

I mist be doing something wrong, could you point me to the proper direction, please? These are all the steps I performed (t410.chepkov.lan is my master, I ran command on...