Puppet Class: foreman::plugin::salt

Defined in:
manifests/plugin/salt.pp

Overview

Installs foreman_salt plugin



2
3
4
5
6
7
# File 'manifests/plugin/salt.pp', line 2

class foreman::plugin::salt {
  include foreman::plugin::tasks

  foreman::plugin { 'salt':
  }
}