-
- Downloads
Break out classes/definitions to individual files.
In order to support the Puppet autoloader (required from Puppet 4), and follow common practice in the Puppet world, each definition and class needs to be in its own manifest file.
Showing
- manifests/cabundle.pp 40 additions, 0 deletionsmanifests/cabundle.pp
- manifests/cabundle/cacert.pp 76 additions, 0 deletionsmanifests/cabundle/cacert.pp
- manifests/config.pp 25 additions, 0 deletionsmanifests/config.pp
- manifests/egi/lcg_cas.pp 21 additions, 0 deletionsmanifests/egi/lcg_cas.pp
- manifests/egi/trustanchors.pp 28 additions, 0 deletionsmanifests/egi/trustanchors.pp
- manifests/fetchcrl.pp 56 additions, 0 deletionsmanifests/fetchcrl.pp
- manifests/grid_security_dir.pp 18 additions, 0 deletionsmanifests/grid_security_dir.pp
- manifests/gridca.pp 35 additions, 0 deletionsmanifests/gridca.pp
- manifests/hostcert/combinechain.pp 51 additions, 0 deletionsmanifests/hostcert/combinechain.pp
- manifests/hostcert/combinekey_cabundle.pp 57 additions, 0 deletionsmanifests/hostcert/combinekey_cabundle.pp
- manifests/hostcert/separate.pp 58 additions, 0 deletionsmanifests/hostcert/separate.pp
- manifests/init.pp 7 additions, 447 deletionsmanifests/init.pp
Loading