Displaying 1 result from an estimated 1 matches for "providergit".
Did you mean:
provider_id
2011 Nov 18
1
vcstype not checking out specified revision
...39;git://<host>/puppet-framework/hiera-msp-sync.git'',
revision => "4875fecc5f796f86fbc67cba11d80808d4cb6976"
}
Then I run puppet agent and according to the logging on the
puppetmaster it should checkout my specific rev under /tmp/hiera
debug: Puppet::Type::Vcsrepo::ProviderGit: Executing ''/usr/bin/git
fetch --tags origin''
debug: Puppet::Type::Vcsrepo::ProviderGit: Executing ''/usr/bin/git
rev-parse HEAD''
debug: Puppet::Type::Vcsrepo::ProviderGit: Executing ''/usr/bin/git tag -l''
debug: Puppet::Type::Vcsrepo::ProviderGit...