Sha256: f334268d5749f64cb1f3641db2be307f04dc6ab6b102d435742cb97993a11ad4

Contents?: true

Size: 701 Bytes

Versions: 44

Compression:

Stored size: 701 Bytes

Contents

#
# Cookbook Name:: mu-activedirectory
# Resource:: domain_node
#
# Copyright 2015, eGlobalTech,
#
# All rights reserved - Do Not Redistribute
#

actions :add, :remove
default_action :add

attribute :dns_name, :kind_of => String, :name_attribute => true, :required => true
attribute :dc_ips, :kind_of => Array, :required => true
attribute :dc_names, :kind_of => Array, :required => true
attribute :computer_name, :kind_of => String, :required => true
attribute :netbios_name, :kind_of => String, :required => true
attribute :join_user, :kind_of => String, :required => true
attribute :join_password, :kind_of => String, :required => true
attribute :computer_ou, :kind_of => String, :required => false

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
cloud-mu-2.0.0.pre.alpha3 cookbooks/mu-activedirectory/resources/domain_node.rb
cloud-mu-2.0.0.pre.alpha2 cookbooks/mu-activedirectory/resources/domain_node.rb
cloud-mu-2.0.0.pre.alpha cookbooks/mu-activedirectory/resources/domain_node.rb
cloud-mu-1.9.0.pre.beta cookbooks/mu-activedirectory/resources/domain_node.rb