Librarian is a framework for writing bundlers, which are tools that resolve, fetch, install, and isolate a project's dependencies, in Ruby.
Questions tagged [librarian]
19 questions
0
votes
1 answer
librarian-chef install shows getaddrinfo: Temporary failure in name resolution (SocketError)
I am installing cookbooks in VM Ubuntu environment using Vagrant. For cookbook management, I have used librarian-chef.
Vagrantfile
Vagrant.configure("2") do |config|
# instance identifier for future use
config.vm.box = "vanilaUbuntux64"
#…

Sumit Ramteke
- 1,487
- 1
- 16
- 39
0
votes
0 answers
Why is Vagrant up failing on yajl and librarian-chef?
When I attempt to bring up vagrant I get this error
$ vagrant up --provision
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Installing Chef cookbooks with…

Brian Bolton
- 3,633
- 8
- 35
- 43
0
votes
1 answer
Vagrant Puppet set up failing to find class
Good day everyone,
I am giving vagrant a shot and pairing it with puppet to see if I can get a dummy project started. I am using provisioning scripts to install the necessary components in the ubuntu box I am spinning up on vagrant up command;…

engineerKev
- 335
- 5
- 22
0
votes
1 answer
librarian-puppet fails to install on windows
I am new to puppet. I am trying to install librarian-puppet in my windows system. I have followed the following installation steps before I started to install librarian-puppet :
Download and install puppet from the windows msi file from…

Segmented
- 2,024
- 2
- 23
- 44