Skip to content

Commit

Permalink
More sudo changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cooper committed Apr 12, 2011
1 parent f3f2076 commit c5e84bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/init.pp
Expand Up @@ -43,9 +43,8 @@
define sudo::sudoers_line ($line) {

concat::fragment { "$name":
target => "sudoers",
target => "${sudo::params::sudoers_file}",
content => "${line}\n",
require => Concat["${sudo::params::sudoers_file}"],
}
}

Expand Down

0 comments on commit c5e84bd

Please sign in to comment.