Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Create user for scoutd
Browse files Browse the repository at this point in the history
  • Loading branch information
onuk committed Oct 4, 2017
1 parent 4cb495a commit 8a5001a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ies-scout/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
components %w(ubuntu main)
end

user "Add a user for scout" do
home "/var/lib/scoutd"
shell "/bin/sh"
username "scoutd"
user 'Add a user for scout' do
home '/var/lib/scoutd'
shell '/bin/sh'
username 'scoutd'
end

node.normal['scout']['hostname'] = get_hostname(node)
Expand Down

0 comments on commit 8a5001a

Please sign in to comment.