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

2018-03-06 Thread P C Kroon
installation. Is there a better way to  describe the dependency? Jochen Am 05.03.2018 um 21:19 schrieb 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

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

2018-03-05 Thread P C Kroon
, line: 26) on node stretch.localdomain I tried to require my profile::mysql class, where it set up the mailserver using puppetlabs-mysql, but this does not help. Thanks, Jochen Am 02.03.2018 um 19:08 schrieb P C Kroon : Hi Jochen,   Try the following: require => [File[‘php-wpcli_latest_all.deb’]

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