Skip to content

Commit

Permalink
Typo in init.pp stops variable comparison working
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodrien committed Mar 21, 2016
1 parent eb97a2b commit 779a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class samba {
include samba::server

if samba::server::security == 'ads' {
if $::samba::server::security == 'ads' {
include samba::server::ads
}
}

0 comments on commit 779a27b

Please sign in to comment.