Revert "Support for dns aliases, dynamic creation of zone files (dependent"
This reverts commit b470ceb9b6
.
This commit is contained in:
parent
e0aa5937a5
commit
bf79f517ba
6 changed files with 4 additions and 75 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Install and configure Puppet client.
|
||||
#
|
||||
class puppet::client ($environment='') {
|
||||
class puppet::client {
|
||||
|
||||
tag("bootstrap")
|
||||
|
||||
|
|
|
@ -39,10 +39,6 @@
|
|||
# The bit length of keys.
|
||||
keylength = <%= puppet_keylength %>
|
||||
|
||||
<% if !(environment == '') %>
|
||||
# Environment this entity is in.
|
||||
environment = <%= environment %>
|
||||
<% end -%>
|
||||
<% if puppetversion[/\d+/].to_i >= 2 -%>
|
||||
[agent]
|
||||
# Ignore site manifest when run as agent. Fixes warnings about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue