21 lines
294 B
Ruby
21 lines
294 B
Ruby
#
|
|
# Cookbook Name:: kosmos-hubot
|
|
# Recipe:: default
|
|
#
|
|
# Copyright 2017-2018, Kosmos
|
|
#
|
|
|
|
group "hubot" do
|
|
gid 48268
|
|
end
|
|
|
|
user "hubot" do
|
|
comment "hubot user"
|
|
uid 48268
|
|
gid 48268
|
|
shell "/bin/bash"
|
|
end
|
|
|
|
include_recipe "kosmos-hubot::hal8000"
|
|
include_recipe "kosmos-hubot::botka_freenode"
|