Hello,

i want to include subdirectories of modules, for example something like:
cat modules/*configuration/git*/manifests/init.pp
class git {

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

And then include git like:
cat manifests/site/git.pp
node git.domain.tst {
    include "*configuration/git*"
}


I want to have my modules more structured and subdirectories would be a 
good solution for me here..


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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e2f5a665-e2c1-4b8a-8621-fb6ef6c344d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to