Skip to content

Commit

Permalink
Remove reference to non-existent file
Browse files Browse the repository at this point in the history
The `hieradata/integration.yaml` file is no more (we completely migrated
to AWS).
  • Loading branch information
Alan Gabbianelli committed Apr 29, 2021
1 parent 31ac247 commit c8b637e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/manual/get-started.html.md
Expand Up @@ -123,13 +123,12 @@ class users::johnsmith {
}
```

Add the name of your manifest (your username) into the list of `users::usernames` in [`hieradata_aws/integration.yaml`][integration-aws-hiera] for integration and in [`hieradata/integration.yaml`][integration-hiera] for CI.
Add the name of your manifest (your username) into the list of `users::usernames` in [`hieradata_aws/integration.yaml`][integration-aws-hiera].

Create a pull request with these changes. Once it has been [reviewed by a member of the GOV.UK team][merging], you can merge it and it will automatically deploy to the integration environment.

[govuk-puppet]: https://github.com/alphagov/govuk-puppet
[integration-aws-hiera]: https://github.com/alphagov/govuk-puppet/blob/master/hieradata_aws/integration.yaml
[integration-hiera]: https://github.com/alphagov/govuk-puppet/blob/master/hieradata/integration.yaml
[merging]: /manual/merge-pr.html

### Access remote environments
Expand Down

0 comments on commit c8b637e

Please sign in to comment.