[Puppet Users] Re: Using exec with puppet device management?

2015-12-21 Thread jcbollinger
On Friday, December 18, 2015 at 5:10:23 PM UTC-6, red 888 wrote: > > I'm trying to use puppet's network device management > feature to > configure Cisco routers. > > I know its just running ios commands so how can I extend it by hav

[Puppet Users] Re: Remove a PuppetLabs Mysql DB

2015-12-21 Thread Martijn
Hello Sergiu, There is no need to run manual SQL code since the puppettlabs-mysql module has providers for this. I found an example being used in the puppetlabs-mysql module itself. See https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/server/account_security.pp See the bott

[Puppet Users] Re: Using exec with puppet device management?

2015-12-21 Thread red 888
Thanks for replying! I'm aware of how puppet device works and I know there is no actual agent software running on the Cisco device (I'm not talking about the newer OnePK thing). My question was how can I use this to send my own commands in a integrated way- meaning the same way Puppet Device d

Re: [Puppet Users] 'puppetmaster gem install activemq' issue

2015-12-21 Thread Kenton Brede
Thanks for the response. Just getting back to this. I'm trying to install activemq in order to use mcollective, since activemq is not part of pc1. It used to be in the puppetlabs repo but dropped in the puppetlabs-pc1 repo. I'm not finding instructions on how to install activemq with pc1. A co

[Puppet Users] PuppetDB not working with PostgreSQL

2015-12-21 Thread homerjuhuu78
Hello, I'm struggeling with a PuppetDB 3.2.2 Installation on a CentOS 7 x86_64 VM. PuppetDB is starting with the standard hsqldb, but when I switch to postgresql 9.4.5 i get this error message in puppetdb.log and the service did not start: 2015-12-21 09:59:55,656 INFO [o.e.j.u.log] Logging in

[Puppet Users] Re: PuppetDB not working with PostgreSQL

2015-12-21 Thread Russell Mull
On Monday, December 21, 2015 at 12:47:08 PM UTC-8, homerj...@googlemail.com wrote: > > Hello, > > I'm struggeling with a PuppetDB 3.2.2 Installation on a CentOS 7 x86_64 > VM. PuppetDB is starting with the standard hsqldb, but when I switch to > postgresql 9.4.5 i get this error message in pupp

[Puppet Users] Re: PuppetDB not working with PostgreSQL

2015-12-21 Thread Russell Mull
On Monday, December 21, 2015 at 3:39:31 PM UTC-8, Russell Mull wrote: > > > On Monday, December 21, 2015 at 12:47:08 PM UTC-8, > homerj...@googlemail.com wrote: >> >> Hello, >> >> I'm struggeling with a PuppetDB 3.2.2 Installation on a CentOS 7 x86_64 >> VM. PuppetDB is starting with the standar