Hello All,

I'm working on an ssh module and using a "define" to specify "non-standard"
sshd_config options via templates. I basically want to add additional
entries to the AllowGroups, set or unset Subsystem options, etc. Whenever I
run "puppet  agent --test --noop" against this modules is fails with "err:
Failed to apply catalog: Could not find dependency File[sshd_config] for
Service[sshd] at /etc/puppet/modules/ssh/manifests/init.pp:42".

I've reviewed/compared this modules against other modules which are using
define in the way and have following
http://docs.puppetlabs.com/learning/definedtypes.html but I have no idea
what's causing the client/agent side error. "puppet parser --debug
--verbose  validate init.pp" doesn't return any errors, or
debugging/verbosity for that matter, so it's syntactically sound.

Puppet version is 2.7.6 on both the client and server.

My ssh class/module can be found at this link. If anyone can provide any
insight as to what the problem is I'd really appreciate it. I've been
banging my head on this for far to long.

http://pastebin.com/dGwtEEzB

--
Later,
Darin

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to