Skip to content

Commit

Permalink
add parameters for users_ignore, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
easel committed Nov 2, 2012
1 parent 38d7cc5 commit 2856ba6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifests/init.pp
Expand Up @@ -2,7 +2,12 @@
# Puppet manifest for Centrify Express
#

class centrifydc($domain = "vagrantup.com") {
class centrifydc(
$domain = "vagrantup.com",
$users_ignore = [],
$users_allow = [],
$groups_allow = [] ,
) {

$centrifydc_package_name = $operatingsystem ? {
redhat => "CentrifyDC",
Expand Down

0 comments on commit 2856ba6

Please sign in to comment.