Hello folks,

I'm wondering if it is possible to define-declare a class. Something like 
inlining:

instead of:

```
include hello_distro                                                       
                                                                            
                                                                            
          
                                                                            
                                                                            
                                                                            
          
class hello_distro {                                                       
                                                                            
                                                                            
          
     notify { "Running on distro: ${facts['os']['family']}": }             
                                                                            
                                                                            
           
 } 
```

have something like:

```
include class hello_distro {
...
} 

Thanks

-- 
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/421553c8-3881-44e9-9e8b-880917ac4b65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to