I am looking for a way to create a dependency that ensures that a
definition has been "called/executed/instantiated" with the "require"
or "before" parameter.
I realize there are several posts that confirm that this should be
possible:

define testdef {
}

file { "testFile":
      name => "/tmp/testFile",
      require => Testdef["test"]
}


However when I attempt to run it I get this:
err: Could not run Puppet configuration client: Could not find
dependency Testmodule::Testdef[test] for File[testFile] at /etc/puppet/
modules/testmodule/manifests/init.pp:33

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

Reply via email to