saz / puppet-resolv_conf

Manage /etc/resolv.conf with puppet
Other
13 stars 43 forks source link

Unable to install on Centos 6.5 #27

Closed chihoko closed 10 years ago

chihoko commented 10 years ago

I'm able to install your other modules but not this one. Is there an undocumented dependancy?

# puppet module install --verbose saz-resolv_conf
Notice: Preparing to install into /etc/puppet/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Info: Resolving dependencies ...
Info: Preparing to install ...
Error: No such file or directory - /Users
Error: Try 'puppet help module install' for usage
antevens commented 10 years ago

Getting the same error on Ubuntu when pulling from PuppetForge

myoung34 commented 10 years ago

Same here, CentOS 6.4

==> default: Running provisioner: shell...
    default: Running: inline script
==> default: Notice: Preparing to install into /etc/puppet/modules ...
==> default: Notice: Downloading from https://forge.puppetlabs.com ...
==> default: Notice: Installing -- do not interrupt ...
==> default: Error: Protocol error - /Users/saz/src/puppet/puppet-resolv_conf or /etc/puppet/modules/resolv_conf/spec/fixtures/modules/resolv_conf
==> default: Error: Try 'puppet help module install' for usage
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell

Stdout from the command:

Notice: Preparing to install into /etc/puppet/modules ...
Notice: Downloading from https://forge.puppetlabs.com ...
Notice: Installing -- do not interrupt ...

Stderr from the command:

Error: Protocol error - /Users/saz/src/puppet/puppet-resolv_conf or /etc/puppet/modules/resolv_conf/spec/fixtures/modules/resolv_conf
Error: Try 'puppet help module install' for usage
myoung34 commented 10 years ago

You might be able to get by using my fixed version on the forge until my master PR is in that would fix this.

saz commented 10 years ago

Fixed.