[Puppet Users] Package notify and 'held package' conflicts

2018-04-12 Thread Turbo Fredriksson
I have a manifests that looks like this: - s n i p - class someclass { package { 'mypackage': ensure => $version, install_options => [ '-o', 'Dpkg::Options::=--force-overwrite' ], notify => Service['myservice'], req

Re: [Puppet Users] "file {}" resources owned by uid instead of euid

2018-03-16 Thread Turbo Fredriksson
On Thursday, March 15, 2018 at 7:03:09 PM UTC, R.I. Pienaar wrote: > > When you don’t tell it you can’t have any expectations > My expectations was that it work in a UN*X fashion: - s n i p -- turbo@host:~$ ls -l file ls: cannot access 'file': No such file or directory turbo@host:~$ sudo

[Puppet Users] "file {}" resources owned by uid instead of euid

2018-03-15 Thread Turbo Fredriksson
Puppet version: 3.8 (old, but can't upgrade). I had a "file {}" resource "blow up" on me today, a crontab file that cron refused to load because (*system*file) WRONG FILE OWNER (/etc/cron.d/file) This because I didn't have any 'owner' or 'group' parameters to the "file {}" resource.. I ha

Re: [Puppet Users] Integrating Puppet (v3.8) with Vault as the Puppet Master CA?

2017-03-24 Thread Turbo Fredriksson
On Friday, March 10, 2017 at 10:28:06 AM UTC, waz0wski wrote: Are you hard-set on using Vault? > No, but it have features that I'm interested in exploring more. Such as the SSH OTP backend. I could see myself using that at least. > I use FreeIPA , whi

[Puppet Users] Re: Integrating Puppet (v3.8) with Vault as the Puppet Master CA?

2017-03-05 Thread Turbo Fredriksson
Anyone? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.googl

[Puppet Users] Integrating Puppet (v3.8) with Vault as the Puppet Master CA?

2017-02-20 Thread Turbo Fredriksson
I've been putting of on making my Puppet master redundant for quite a while now, but it's starting to become an issue now. So I'm starting to put this as a higher importance issue. Although making the master itself highly available isn't much of a problem (I've already running it behind a lo