Skip to content

Commit

Permalink
fix templates so that specs can use them;
Browse files Browse the repository at this point in the history
  • Loading branch information
toelke committed Jul 1, 2016
1 parent 20085c8 commit 96e8a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/configure_active_directory.erb
Expand Up @@ -57,7 +57,7 @@ done
password='<%= scope.lookupvar('samba::server::ads::winbind_pass') -%>'

# short hostname from facter
my_hostname="<%= hostname -%>"
my_hostname="<%= @hostname -%>"

# what account do we use for net ads commands?
winbind_acct="<%= scope.lookupvar('samba::server::ads::winbind_acct') -%>"
Expand Down
2 changes: 1 addition & 1 deletion templates/verify_active_directory.erb
Expand Up @@ -24,7 +24,7 @@ fi
password='<%= scope.lookupvar('samba::server::ads::winbind_pass') -%>'

# short hostname from facter
my_hostname="<%= hostname -%>"
my_hostname="<%= @hostname -%>"

winbind_acct="<%= scope.lookupvar('samba::server::ads::winbind_acct') -%>"

Expand Down

0 comments on commit 96e8a1b

Please sign in to comment.