Re: [Puppet Users] Puppet and SVN

2016-07-26 Thread Alex Samad
Hi Thanks for this again, its has helped allot. Question would it be fair to say you can't do firewall rules from hiera, that they have to be associated with a module.. Alex On Thursday, 26 May 2016 11:01:57 UTC+10, Rob Nelson wrote: > > Yep! I do that with some profiles: > Base > https://git

Re: [Puppet Users] puppetdb instllation form source

2016-07-26 Thread Wyatt Alt
Hi Joaquin, If you're able to install with the module that's the best option by far, since it will handle all the configuration for you. If something is requiring you to install from source, the instructions are here: https://docs.puppet.com/puppetdb/4.1/install_from_source.html#step-2-optio

[Puppet Users] Using the Puppet Catalog Preview tool in a rspec-puppet workflow?

2016-07-26 Thread robbyt
I'd like to use the Catalog Preview tool as part of module spec tests, to ensure that code in each module will work correctly in both versions of Puppet? Is it possible to use the Catalog Preview tool without a real Puppet Master infrastructure? Thanks, RT -- You received this message becau

[Puppet Users] puppetdb instllation form source

2016-07-26 Thread Joaquin Henriquez
Hi Guys Trying to install puppetdb form source. I downloaded it from git b but then what? If I modify the puppet.conf to enable puppetdb it will lok into file confdir/puppetdb.conf which doesn't exist under the git version. Doing the config.ini rename to that puppetdb.conf will need to add the

[Puppet Users] Re: puppet agent

2016-07-26 Thread Joaquin Henriquez
Finally manage to install puppet and make it work from source. I have to tell you the instructions are almost non existant for that. El martes, 12 de julio de 2016, 8:13:24 (UTC+1), jiminfote...@gmail.com escribió: > > When you do puppet agent -t check out your puppetserver.log. Post the > outpu

[Puppet Users] Re: what is the right way to ensure specific version installed on puppet agent?

2016-07-26 Thread Winn Johnston
Syntax error package { 'mysql': ensure => "${target_version}-${target_release)" } package { 'mysql': ensure => "${target_version}-${target_release}" } -winn On Wednesday, December 4, 2013 at 11:31:02 PM UTC-8, shlo@gmail.com wrote: > > > Thank you very much for your detailed answer. >