Skip to content

Commit 23447a0

Browse files
committed
hieradata: Make Puppet CA server a global setting
There should not be a reason to vary this per environment.
1 parent c74ab29 commit 23447a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

hieradata/common.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,5 +504,7 @@ profile::base::groups:
504504

505505
profile::notifier::version: v4.0.1
506506

507+
profile::puppet::agent::ca_server: puppet-03.ops.jquery.net
508+
507509
# https://github.com/wp-cli/wp-cli/releases
508510
profile::wordpress::base::wordpress_cli_version: "2.8.1"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
profile::puppet::agent::puppet_server: puppet-03.ops.jquery.net
2-
profile::puppet::agent::ca_server: puppet-03.ops.jquery.net
32

43
profile::certbot::email: [email protected]

hieradata/environments/staging/common.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ profile::wordpress::docs::append_title: ' (staging)'
44
profile::certbot::email: [email protected]
55

66
profile::puppet::agent::puppet_server: puppet-03.ops.jquery.net
7-
profile::puppet::agent::ca_server: puppet-03.ops.jquery.net

0 commit comments

Comments
 (0)