search for: networkedinsight

Displaying 1 result from an estimated 1 matches for "networkedinsight".

Did you mean: networkedinsights
2010 Oct 08
2
New user - Issue using Generic::Mkuser in the ghoneycutt/generic module.
...e to a dependency issue. I do not know how to debug this. err: Could not run Puppet configuration client: Could not find dependency Generic::Mkuser[hadoop] for Ssh::Authorized_keys[hadoop] at /etc/puppet/manifests/templates.pp:5 Here are my files ----- manifest/nodes.pp ----- node "ns1.colo.networkedinsights.com" inherits "default" { include ntp::server ssh::authorized_keys { "hadoop": users => [ "hadoop" ], require => Generic::Mkuser[hadoop] } } ----- modules/generic/manifest/init.pp ----- class generic { include ssh...