Re: [Puppet Users] Customizing puppet run log format

2018-03-06 Thread Harish Narra
Hi, I'm using --logdest to direct the logs to an external file. Is there a way to force the timestamp in the logs to be in UTC? Currently the timestamp is in the timezone of the appliance. Is there a way to specify the time format something like {"-MM-dd'T'HH:mm:ss.SSSXX","GMT"}? Thanks,

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

2018-03-06 Thread P C Kroon
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  Peter From: Jochen Haeberle Sent: 06 March 2018 00:48 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users]

Re: [Puppet Users] Puppet Packages for Fedora 27

2018-03-06 Thread Branan Riley
Hi Sebastian, We know the addition of new platforms has been lagging, and we apologize for that. Fedora 27 is almost done, and should start appearing in our nightly repository soon (possibly tonight, if our automated testing all passes). We've been working on cleaning up our packer[1] scripts to

[Puppet Users] Puppet Packages for Fedora 27

2018-03-06 Thread 'Sebastian Himmler' via Puppet Users
Hi all, I've encountered a really slow respondence of puppet to new fedora releases. E.g. now, there is no package for fedora 27 and it"s out for 3 month or so now... Can I help you building the package? if there is some doc for 25/26 I could build packages for 27 and future releases for the

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

2018-03-06 Thread Jochen Haeberle
Hi Peter, The MySQL profile does indeed install the MySQL-client. But I can’t require it in the other profile class. In class profile::software::wordpress I put require profile::software::mysql, where I call the puppetlabs-mysql module to do the actual installation. Is there a better way to