Disregard...

In my app_tier::class_A file I needed to define the "class::module".

#cat class_A.pp
class app_tier::class_A {
<blah>


On Fri, Oct 3, 2014 at 1:06 PM, Tom Tucker <tktuc...@gmail.com> wrote:

>
> I am trying to call another class that is not located in the current
> working directory.  What is the correct way of doing this?
>
>
> $mypath/modules/web_app/init.pp
>
> if $hostname =~ /^some_www_regex$/ {
>
>     include some_class_A
>     include some_class_B
>     include app_tier::class_A  # Doesn't work...trying to call an external
> class...
>  }
>
>
> Thank you for your  time,
>
>
>
>

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAGymF1BS84JQo6HDdLKePjDz2PY7o7xz-xsYSztwZY6dL%2BJgeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to