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",
>
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
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
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
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