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
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
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
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
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
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