Skip to content

Commit 561faf2

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

17 files changed

+16
-17
lines changed

.github/pull_request_template.md

+1-1
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

+1-1
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

+1-1
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

+1-1
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

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

examples/upgrade.json

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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+
}

spec/fixtures/plans/raw_summary.json

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

tasks/agent_install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ try {
1414
catch {
1515
Write-Host "Installer failed with Exception: $_.Exception.Message"
1616
Exit 1
17-
}
17+
}

tasks/infrastatus.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ case $PT_format in
1313
*)
1414
/opt/puppetlabs/bin/puppet infra status
1515
;;
16-
esac
16+
esac

tasks/os_identification.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
{"name": "os_identification.ps1", "requirements": ["powershell"]}
77
]
88
}
9-
9+

tasks/os_identification.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ else
1515
fi
1616

1717
echo $osfamily
18-

tasks/reinstall_pe.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ tar xf "${INSTALLER}.tar.gz"
1313

1414
# Install PE. We need to pass "y" through stdin since the flag -y requires pe.conf to be present.
1515
cd $INSTALLER
16-
echo 'y' | ./puppet-enterprise-installer
16+
echo 'y' | ./puppet-enterprise-installer

tasks/submit_csr.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Param(
99
$submit_flags = "--dns_alt_names" + ($dns_alt_names -join ',')
1010
}
1111
C:\"Program Files"\"Puppet Labs"\Puppet\bin\puppet ssl submit_request $submit_flags
12-
}
12+
}

0 commit comments

Comments
 (0)