Details
Details
- Reviewers
ardumont vsellier - Maniphest Tasks
- T2606: Test puppet configuration in a local vagrant environment
- Commits
- rSPSITEc9dba6018df8: Rename the `location` variable to `subnet`
Need to add a subnet fact to the data of hosts in octocatalog-diff.
Something along the lines of:
sed -i 's/^ location: \(.*\)$/&\n subnet: \1/' octocatalog-diff/facts/*.yaml
in the puppet-environment repo
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
yes, intent is clearer!
Thanks.
Need to add a subnet fact to the data of hosts in octocatalog-diff.
Actually unsure of what the end of the sentence means (in regards to octocatalog-diff).
But, yeah, we also need to rename the facts "location" into "subnet" in the provision scripts we have (and Vagrantfile, ...).
Comment Actions
Actually unsure of what the end of the sentence means (in regards to octocatalog-diff).
ok, i got it, the test plan in here and in the next diff explained it.