Re: [Puppet Users] vcsrepo with specific identity?

2019-12-03 Thread Matt Zagrabelny
On Tue, Dec 3, 2019 at 11:23 AM Yvan Broccard wrote: > Don't forget the "user", "group" and "owner" parameter. For example, from > one of my manifests : > Hmmm > -> vcsrepo {'oracle-scripts': > ensure => 'latest', > path => "${hvs_oracle::oradb::admindir}/oracle-scripts", >

Re: [Puppet Users] vcsrepo with specific identity?

2019-12-03 Thread Yvan Broccard
Don't forget the "user", "group" and "owner" parameter. For example, from one of my manifests : -> vcsrepo {'oracle-scripts': ensure => 'latest', path => "${hvs_oracle::oradb::admindir}/oracle-scripts", provider => 'git', source => 'ssh://git@git:7999/infra/oracle-scripts

[Puppet Users] vcsrepo with specific identity?

2019-12-03 Thread Matt Zagrabelny
Greetings, I am attempting to specify an identity with a vcsrepo resource. Such as: vcsrepo { '/opt/src/repository': ensure => present, provider => git, revision => 'stable', source => 'ssh://gitol...@git.example.com/repository.git', identity => '/r

[Puppet Users] Availability of puppet-agent Fedora 31 nightly builds

2019-12-03 Thread Luchian Nemes
Hi, This is to announce that puppet-agent nightly builds are now available for Fedora 31. Please, let us know if you have any questions. Cheers, Luchi -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop rec

Re: [Puppet Users] Resource ordering not working for module classes (top-level)

2019-12-03 Thread jcbollinger
On Monday, December 2, 2019 at 1:56:32 PM UTC-6, Abhijeet Rastogi wrote: > > Hi Ramin, > > Thanks for the details and the link. That was indeed the cause of this > issue. > > I wonder what official puppet guidelines are for managing this sort of > inter-module dependencies. I couldn't find a g