Vadym Chepkov

Results 90 comments of Vadym Chepkov

This was open for more than a year, I would be happy to test, since we use EE edition. Github shows me no changes though

I suggest a slightly different approach. Use https://www.agwa.name/projects/git-crypt/ to store your big files in a separate git repository, you can take advantage of git LFS as well. Distribute git secret...

It's just Sensitive, not Sensitive[String]

+1, every time some custom type changes parameters, one has to restart puppetserver to fix an environment

On related note, on RHEL7 systems supplied timer should be disabled when cron is managed. ``` systemd::unit_file { 'certbot-renew.timer': target => '/dev/null', } ```

Have you tried to run it under non-root account? 'generate types' will not work properly unless passed additional options, i.e.: ``` --confdir /etc/puppetlabs/puppet --codedir /etc/puppetlabs/code --vardir /opt/puppetlabs/puppet/cache ```

That's a strange puppet's feature. You can check under unprivileged account: ``` $ puppet config print config $ puppet config print|grep dir ``` They all will be in $HOME/.puppetlabs

I have slapped a couple of fixes for SELinux and it works for me, but I wouldn't know how to supply tests for this and usually this is where my...

add ```selinux_ignore_defaults => true``` to File resource