Updated autosign
- added way to manage individual nodes - added defaults for domains, subnets and nodes - updated comments and doc
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# Autosign all nodes from these subnets
|
||||
<% @subnet_ranges.each do |subnet| -%>
|
||||
<%= subnet %>
|
||||
<% end -%>
|
||||
# Autosign all nodes from these domains
|
||||
<% @domains.each do |domain| -%>
|
||||
<%= domain %>
|
||||
<% end -%>
|
||||
# Autosign these specific nodes
|
||||
<% @nodes.each do |node| -%>
|
||||
<%= node %>
|
||||
<% end -%>
|
||||
|
||||
Reference in New Issue
Block a user