Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
gothicx committed May 17, 2016
1 parent ad108f6 commit e159d4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,18 @@
# service oddjobd is started automatically by authconfig
}

if ($nis) {
package { $authconfig::params::nis_packages:
ensure => installed,
} ->
service { $authconfig::params::nis_services:
ensure => running,
enable => true,
hasstatus => true,
hasrestart => true,
}
}

if $smartc {
package { $authconfig::params::smartcard_packages:
ensure => installed,
Expand Down

0 comments on commit e159d4e

Please sign in to comment.