diff options
author | Steven Hardy <shardy@redhat.com> | 2017-06-08 19:07:51 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-06-09 17:10:43 +0100 |
commit | 316cc2572d0a255d466fb7f9aa74de3b8ccb6831 (patch) | |
tree | cfcfed57b679024ed5be2d94a6bfa73bd2e26807 /common | |
parent | cf17396a371d4e48ff9a961c813a1327b4631ee8 (diff) |
Remove duplicate docker/puppet services.yaml
Move to one common services.yaml not only reduces the duplication, but it
should improve performance for the docker/services.yaml case, because we were
creating two ResourceChains with $many services which we know can be really
slow (especially since we seem to be missing concurrent: true on one)
Change-Id: I76f188438bfc6449b152c2861d99738e6eb3c61b
Diffstat (limited to 'common')
-rw-r--r-- | common/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/README b/common/README new file mode 100644 index 00000000..6a523118 --- /dev/null +++ b/common/README @@ -0,0 +1 @@ +This will contain some common templates but it needs to be added to the RPM spec first |