Hello,

i want to include subdirectories of modules/-path, e.g.
cat modules/*configuration/git*/manifests/init.pp
class git {

    if $::osfamily == 'redhat' {
        package {
            'git': ensure => present,
        }
    }
}

And then include with something like:
cat manifests/site/git.pp
node git.testdomain.tst {
    include base
    include "*configuration/git*"
}

This would be very helpful for my configuration. Is there a way to manage 
this?


Thanks,
Antonios.

-- 
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/2fc44738-5df1-4eda-addd-dfd79996604a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to