Re: [Puppet Users] Re: Encrypting password with custom provider

2016-11-08 Thread Ziwi
nders on the client. Will check it out soon. Thanks for pointing to this module Thomas. Regards, Eric W dniu wtorek, 8 listopada 2016 23:28:19 UTC+1 użytkownik Ziwi napisał: > > Thomas, > > Thanks again for the follow up. I think I will try to use datacat module. > > How

Re: [Puppet Users] Re: Encrypting password with custom provider

2016-11-08 Thread Ziwi
cat_collector[/tmp/my.conf]: Could not evaluate: undefined method `keys' for nil:NilClass I assume that it can't render the template on the agent but why? PS. The sensitive data type sounds nice, but we are using Puppet 3.8 unfortunately, however I will take a look, as it will be another arg

[Puppet Users] Re: Encrypting password with custom provider

2016-11-08 Thread Ziwi
Thanks for the link, I will definitely look at this. If this actually renders on agent it could come in handy. However different outputs of the encryption command are still a problem, as there should be some kind of: onlyif => decrypt('old_value') != plain_password functionality for this. If a

[Puppet Users] Encrypting password with custom provider

2016-11-08 Thread Ziwi
Hey guys, I've got an issue, which I think is solvable by using custom types/provider but I'm not very familiar with ruby yet, so I'm in very much need of your help. The problem: I have a file resource which uses a template: file { "${config_dir}/foo": ¦ ensure => 'file', ¦ content => template

[Puppet Users] Puppetlabs/tomcat - augeas? Saving failed.

2015-08-02 Thread Ziwi
Hello Puppet Users, I have very annoying problem which I can't handle... I've installed Puppetlabs/tomcat module and I try to install several instances of tomcat with another module (which will use puppetlabs/tomcat). When I try to apply the catalog it gives me error "Saving Failed, see debug"

[Puppet Users] puppetlabs/tomcat problem.

2015-06-25 Thread Ziwi
Hello. I am writing a class which will allow me to configure tomcat through parameters assigned to puppet class (in order to easily change them through Foreman in this case). I've installed puppetlabs/tomcat I can't get my class to work, with the error: Error: Could not retrieve catalog from