Il 16/01/2014 06:25, Tim Dunphy ha scritto:
Hi All,

[....]

err: Failed to apply catalog: Could not find dependency Class[Ssh:install] for File[/etc/ssh/sshd_config] at /etc/puppet/modules/ssh/manifests/init.pp:16
[...]

class ssh::config {
    file { "/etc/ssh/sshd_config":
      ensure => present,
      owner => 'root',
      group => 'root',
      mode => 0600,
      source => "puppet:///modules/ssh/sshd_config",
      require => Class["ssh:install"],
      notify => Class["ssh::service"],
     }
}


Hi,
I suppose you have to use require => Class["ssh::install"] instead of require => Class["ssh:install"] (double ::)

HTH

--
Andrea Cappelli

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/52D77454.1020906%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to