diff options
| author | Luke Hoersten <[email protected]> | 2020-07-01 13:14:48 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-01 13:14:48 -0500 |
| commit | fb9960ae300cc0366987af21b7ae3b2f729bcf36 (patch) | |
| tree | 750afff43dde31087f64a6dc621596b208b93942 | |
| parent | f416313d565ffee974c75a58772a52ba454d9a9e (diff) | |
Added some missing files.
| -rw-r--r-- | mercurial/aws-s3-backup/meta/main.yaml | 4 | ||||
| -rw-r--r-- | prometheus/rpi-client/meta/main.yaml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mercurial/aws-s3-backup/meta/main.yaml b/mercurial/aws-s3-backup/meta/main.yaml new file mode 100644 index 0000000..f9c6f63 --- /dev/null +++ b/mercurial/aws-s3-backup/meta/main.yaml @@ -0,0 +1,4 @@ +--- + +dependencies: + - aws-s3-backup diff --git a/prometheus/rpi-client/meta/main.yaml b/prometheus/rpi-client/meta/main.yaml index 9da06c2..98d6bde 100644 --- a/prometheus/rpi-client/meta/main.yaml +++ b/prometheus/rpi-client/meta/main.yaml @@ -1,4 +1,4 @@ --- dependencies: - - role: "prometheus/client" + - prometheus/client |
