Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client config doesn't work #7

Open
evanrich opened this issue Sep 28, 2016 · 1 comment
Open

client config doesn't work #7

evanrich opened this issue Sep 28, 2016 · 1 comment

Comments

@evanrich
Copy link

I added the following to a node for one of my servers:

class { 'apt_dater':
    customer => 'access.homes',
    ssh_key_type => 'ssh-rsa',
    ssh_key => template('site/apt-dater.pub.key');
  }

but puppet fails to run:

root@access:~# puppet agent -tv
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type sudo::directive at /etc/puppet/modules/apt_dater/manifests/host.pp:56 on node access.home
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
@evanrich
Copy link
Author

fix was to add
puppet module install example42-sudo

this project is a mess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant