Skip to content

Commit 14d9253

Browse files
johnmccabescotty-c
authored andcommitted
Terminate placeholders in README (#194)
This commit fixes a minor issue in the README where some of the placeholder values weren't terminated with '>'
1 parent 983c7ab commit 14d9253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Docker provides a enterprise addition of the [Docker Engine](https://www.docker.
6969
```puppet
7070
class { 'docker':
7171
docker_ee => true,
72-
docker_ee_source_location => 'https://<docker_ee_repo_url',
73-
docker_ee_key_source => 'https://<docker_ee_key_source_url',
72+
docker_ee_source_location => 'https://<docker_ee_repo_url>',
73+
docker_ee_key_source => 'https://<docker_ee_key_source_url>',
7474
docker_ee_key_id => '<key id>',
7575
}
7676
```
@@ -80,8 +80,8 @@ To install Docker EE on RHEL/CentOS:
8080
```puppet
8181
class { 'docker':
8282
docker_ee => true,
83-
docker_ee_source_location => 'https://<docker_ee_repo_url',
84-
docker_ee_key_source => 'https://<docker_ee_key_source_url',
83+
docker_ee_source_location => 'https://<docker_ee_repo_url>',
84+
docker_ee_key_source => 'https://<docker_ee_key_source_url>',
8585
}
8686
```
8787

0 commit comments

Comments
 (0)