Re: [Puppet Users] Unable to solve a require statement

2018-03-07 Thread jcbollinger
On Tuesday, March 6, 2018 at 1:50:28 PM UTC-6, P.C. Kroon wrote: > > Hi Jochen, > > > > I’m going to give this back to the rest of the list since I’m out of my > depth, and I don’t have the time to figure out the details at the moment. > Good luck though 😊 > In the first place, since you are

RE: [Puppet Users] Unable to solve a require statement

2018-03-06 Thread P C Kroon
Haeberle Sent: 03 March 2018 13:43 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Unable to solve a require statement   Hi Peter,   Thanks for the tip. I tried that already, but it results in a   Error: Could not find resource 'Package[mysql-client]' in parameter 'require

Re: [Puppet Users] Unable to solve a require statement

2018-03-06 Thread Jochen Haeberle
ure. > > Peter > > From: Jochen Haeberle <mailto:jochen.haebe...@gmail.com> > Sent: 03 March 2018 13:43 > To: puppet-users@googlegroups.com <mailto:puppet-users@googlegroups.com> > Subject: Re: [Puppet Users] Unable to solve a require statement > > Hi Pet

RE: [Puppet Users] Unable to solve a require statement

2018-03-05 Thread P C Kroon
Hi, Make sure you have that module also install the MySQL client, and require mysql::client. I’m deliberately vague on the exact syntax since I’m not sure. Peter From: Jochen Haeberle Sent: 03 March 2018 13:43 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Unable to solve a

Re: [Puppet Users] Unable to solve a require statement

2018-03-03 Thread Jochen Haeberle
Hi Peter, Thanks for the tip. I tried that already, but it results in a Error: Could not find resource 'Package[mysql-client]' in parameter 'require' (file: /etc/puppetlabs/code/environments/production/modules/profile/manifests/software/wordpress.pp, line: 26) on node stretch.localdomain I tr

RE: [Puppet Users] Unable to solve a require statement

2018-03-02 Thread P C Kroon
Hi Jochen, Try the following: require => [File[‘php-wpcli_latest_all.deb’], Package[‘mysql-client’]], HTH Peter From: Jochen Häberle Sent: 02 March 2018 04:56 To: puppet-users@googlegroups.com Subject: [Puppet Users] Unable to solve a require statement Hi, I am having a problem installing wp-c