Skip to content

Commit 561faf2

Browse files
authored
Fix missing newline at end of file (#470)
1 parent 9a6d500 commit 561faf2

File tree

17 files changed

+16
-17
lines changed

17 files changed

+16
-17
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Mention any related issues or pull requests.
1717

1818
#### Have you updated the documentation?
1919
- [ ] Yes, I've updated the appropriate docs
20-
- [ ] Not needed
20+
- [ ] Not needed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
1313
with:
1414
version: "${{ github.event.inputs.version }}"
15-
secrets: "inherit"
15+
secrets: "inherit"

documentation/automated_recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ This procedure uses the following placeholder references.
7070
bolt command run "/opt/puppetlabs/bin/puppet infrastructure forget <failed-replica-fqdn>" --targets <primary-server-fqdn>
7171

7272
2. [Replace failed PE-PostgreSQL server (A or B side)](#replace-failed-pe-postgresql-server-a-or-b-side)
73-
3. [Replace missing or failed replica Puppet server](#replace-missing-or-failed-replica-puppet-server)
73+
3. [Replace missing or failed replica Puppet server](#replace-missing-or-failed-replica-puppet-server)

documentation/res/raw_summary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
},
168168
"stack_name": "northeast_stack"
169169
}
170-
}
170+
}

documentation/res/summarized.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@
108108
"Status": "operational"
109109
}
110110
]
111-
}
111+
}

examples/upgrade.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
{"name": "remotehostname", "type": "ssh-rsa", "key": "hash"},
1515
{"name": "remotehostname2", "type": "ssh-rsa", "key": "hash"}
1616
]
17-
}
17+
}

provision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ waffle_el:
1616
images: ['waffleimage/centos6', 'waffleimage/centos7', 'waffleimage/oraclelinux6', 'waffleimage/oraclelinux7', 'waffleimage/scientificlinux6', 'waffleimage/scientificlinux7']
1717
release_checks:
1818
provisioner: vmpooler
19-
images: ['redhat-6-x86_64', 'redhat-7-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'oracle-6-x86_64', 'oracle-7-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'sles-11-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64', 'win-2008r2-x86_64', 'win-2012r2-x86_64', 'win-2016-x86_64', 'win-10-pro-x86_64']
19+
images: ['redhat-6-x86_64', 'redhat-7-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'oracle-6-x86_64', 'oracle-7-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'sles-11-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64', 'win-2008r2-x86_64', 'win-2012r2-x86_64', 'win-2016-x86_64', 'win-10-pro-x86_64']

spec/acceptance/peadm_spec/tasks/delete_certname.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ END \$\$;
2525
COMMIT TRANSACTION;
2626
EOF
2727

28-
sudo -u pe-postgres -- /opt/puppetlabs/server/bin/psql pe-puppetdb -c "$QUERY"
28+
sudo -u pe-postgres -- /opt/puppetlabs/server/bin/psql pe-puppetdb -c "$QUERY"

spec/docker/inventory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ config:
1212
groups:
1313
- _plugin: container_inventory
1414
format: groups
15-
use_hostname: true
15+
use_hostname: true

spec/fixtures/plans/pe_conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"puppet_enterprise::profile::database::puppetdb_hosts": [
2727
"pe-server-d8b317-0.us-west1-a.c.davidsand.internal"
2828
]
29-
}
29+
}

0 commit comments

Comments
 (0)