Questions tagged [librarian-puppet]

20 questions
0
votes
1 answer

how to check out code from svn by using puppet as a stand alone

How to check out code from svn using puppet as a stand alone system. I tried too many times using this code: vcsrepo { '/opt/2.0/Alok':ensure => present, provider => svn, source => 'http://svn://url', } Error: Error:…
0
votes
1 answer

how to read hiera value in custom factor

I would like to read value from the hiera for my custom factor. Is it possible ? I am going to populate a factor based on my hiera value. Please look at my following code for your reference. require 'facter' # Default for non-Linux…
ArunRaj
  • 1,780
  • 2
  • 26
  • 48
0
votes
1 answer

Librarian Puppet - Undefined method `map' for nil:NilClass (default: NoMethodError)

While Provisioning Vagrant VM with arpitaggarwal/tomcat module from Puppet Forge using librarian-puppet works for me with content in Puppetfile as follows: Puppetfile: forge "http://forge.puppetlabs.com" mod "puppetlabs/apt" mod 'tomcat', :git =>…
Arpit Aggarwal
  • 27,626
  • 16
  • 90
  • 108
0
votes
1 answer

Puppet - Unable to locate package oracle-java8-installer

I am installing Java 8 in a Vagrant hashicorp/precise32 machine using Puppet spantree/java8 module. While installing I am getting below exception: ==> default: Notice: /Stage[main]/Java8/File[/tmp/java.preseed]/ensure: defined content as…
Arpit Aggarwal
  • 27,626
  • 16
  • 90
  • 108
0
votes
2 answers

Puppet-Librarian, windows and Error: No such file or directory

On windows 2012 server edition, when I run puppet-librarian install I get the error below. Error: No such file or directory -…
thebiggestlebowski
  • 2,610
  • 1
  • 33
  • 30
1
2