18 lines
231 B
Ruby
18 lines
231 B
Ruby
|
#
|
||
|
# Cookbook Name:: freeipa
|
||
|
# Recipe:: default
|
||
|
#
|
||
|
# Copyright (C) 2016 YOUR_NAME
|
||
|
#
|
||
|
# All rights reserved - Do Not Redistribute
|
||
|
#
|
||
|
|
||
|
freeipa_user "psi-jack" do
|
||
|
action :create
|
||
|
end
|
||
|
|
||
|
freeipa_user "admin" do
|
||
|
action :create
|
||
|
end
|
||
|
|