Vadym Chepkov
Vadym Chepkov
for the reference, this is what I get on PE3.3: ``` + export RUBYLIB=/etc/puppetlabs/puppet/modules/catalog_diff/lib + RUBYLIB=/etc/puppetlabs/puppet/modules/catalog_diff/lib + export YAMLDIR=/var/opt/lib/pe-puppet/yaml + YAMLDIR=/var/opt/lib/pe-puppet/yaml + export SSLDIR=/etc/puppetlabs/puppet/ssl + SSLDIR=/etc/puppetlabs/puppet/ssl + export PUSER=pe-puppet +...
From the manual ``` /etc/yum/pluginconf.d/versionlock.list The default place to put package version lock information (one package and version per. line). The file takes entries in the following format EPOCH:NAME-VERSION-RELEASE.ARCH See...
@bryantbiggs, what would you recommend to do for this case? using sed command in `pre_bootstrap_user_data` to edit /var/lib/kubelet/kubeconfig directly ? Please advise. Thank you
Right, so the choices are either hack bootstrap.sh, so it will populate /var/lib/kubelet/kubeconfig or hack /var/lib/kubelet/kubeconfig directly before script runs. From what I understand, that is the file that deprecation...
That's exactly it, thanks
To be honest I am not sure I understand, why this is a defined resource. How one would create another instance of newrelic::php::newrelic_ini ?
I switched to git: https://github.com/michaelw/puppet-homebrew.git ref: 7b4e80a71f84553f48ae965c311e4843837420ce And it works for me. would be nice to have a fact homebrew_prefix and an actual forge release
IMHO, one should use concat's resource notify, not an single fragment - result is the same, isn't it?
> you can always override the host_group_vars plugin and implement that logic in your custom one. It would be nice if ansible provided standard capability for the very common use...
@Nitin052 , any luck?