Puppet Class: jenkins::config

Defined in:
manifests/config.pp

Summary

Wire up the configuration

Overview



3
4
5
6
7
# File 'manifests/config.pp', line 3

class jenkins::config {
  assert_private()

  ensure_resource('jenkins::plugin', $jenkins::default_plugins)
}