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
(inline)
On Thu, Mar 01, 2018 at 11:36:40PM +0100, Henrik Lindberg wrote:
> On 01/03/18 16:03, Christopher Wood wrote:
> > As background, for "reasons" I am looking at individual domains in hiera as
> > keys. I do have questions beyond "why would I even".
> >
> > A) hiera lookup key format
> >
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