Sha256: 3ddb22bdc928f483b8c01e7dcf0ce7046986a87714ac2101181e89e9f02181d6
Contents?: true
Size: 477 Bytes
Versions: 5
Compression:
Stored size: 477 Bytes
Contents
# # Default user is "disco" and recipe disco::default assumes that # this user already exists, hence the recipe fails by default. To # fix this, we can either: # * create user/group 'disco' before the actual recipe runs. # * tell the recipe to use the 'root' user. # node.set["disco"]["user"] = "root" node.set["disco"]["group"] = "root" #user "disco" do # action :create #end # #group "disco" do # action :create # members "disco" # system false # append false #end
Version data entries
5 entries across 5 versions & 1 rubygems