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
, 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-cli alongside MySQL on Debian 9.3 using
latest Puppet 5.4
I am using rotes
> require => [File[‘php-wpcli_latest_all.deb’], Package[‘mysql-client’]],
>
> HTH
> Peter
>
> From: Jochen Häberle <mailto:jochen.haebe...@gmail.com>
> Sent: 02 March 2018 04:56
> To: puppet-users@googlegroups.com <mailto:puppet-users@googlegroups.com>
> Sub
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
Hi,
I am having a problem installing wp-cli alongside MySQL on Debian 9.3 using
latest Puppet 5.4
I am using rotes and Profiles and in my wordpress.pp I have:
# WP-CLI
# TODO install latest wp-cli
file { 'php-wpcli_latest_all.deb':
path => '/tmp/php-wpcli_latest_all.deb',
ensure => 'fi