-
- Downloads
Split manifests into one file per class/definition.
This is to better support use of the Puppet autoloader, which is required from Puppet 4 and onwards. We also remove the import statements that were here, as they disappeared in Puppet 4. Exception is internal helpers that are only used by its direct "parent"; e.g. apache::foo::helper, used only by apache::foo, can still reside in foo.pp.
Showing
- manifests/base.pp 40 additions, 0 deletionsmanifests/base.pp
- manifests/daily_restart.pp 42 additions, 0 deletionsmanifests/daily_restart.pp
- manifests/include_file.pp 73 additions, 0 deletionsmanifests/include_file.pp
- manifests/init.pp 1 addition, 251 deletionsmanifests/init.pp
- manifests/listen.pp 0 additions, 3 deletionsmanifests/listen.pp
- manifests/logdir.pp 24 additions, 0 deletionsmanifests/logdir.pp
- manifests/mod_perl.pp 1 addition, 33 deletionsmanifests/mod_perl.pp
- manifests/mod_perl/absent.pp 19 additions, 0 deletionsmanifests/mod_perl/absent.pp
- manifests/mod_perl/notaint.pp 14 additions, 0 deletionsmanifests/mod_perl/notaint.pp
- manifests/mod_ssl.pp 0 additions, 20 deletionsmanifests/mod_ssl.pp
- manifests/mod_ssl/absent.pp 19 additions, 0 deletionsmanifests/mod_ssl/absent.pp
- manifests/mod_wsgi.pp 0 additions, 17 deletionsmanifests/mod_wsgi.pp
- manifests/mod_wsgi/absent.pp 19 additions, 0 deletionsmanifests/mod_wsgi/absent.pp
- manifests/module/globalconfig.pp 57 additions, 0 deletionsmanifests/module/globalconfig.pp
- manifests/named_vhost.pp 0 additions, 3 deletionsmanifests/named_vhost.pp
- manifests/service.pp 17 additions, 0 deletionsmanifests/service.pp
Loading
Please register or sign in to comment