File: install.pp

package info (click to toggle)
puppet-module-asciiduck-sssd 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 168 kB
  • sloc: ruby: 423; sh: 28; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# == Class: sssd::install
#
#  This is an internal class.
#  The main entry point for the module is the init class
#

class sssd::install {
  if $sssd::manage_package {
    package {$sssd::package_name:
      ensure => $sssd::package_ensure
    }
  }
}