[arvados] updated: 2.1.0-2949-g9d862fee9

git repository hosting git at public.arvados.org
Mon Oct 17 19:48:27 UTC 2022


Summary of changes:
 .../single_host/multiple_hostnames/{pillars => states}/keep_volume.sls  | 2 +-
 .../single_host/single_hostname/{pillars => states}/keep_volume.sls     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename tools/salt-install/config_examples/single_host/multiple_hostnames/{pillars => states}/keep_volume.sls (85%)
 rename tools/salt-install/config_examples/single_host/single_hostname/{pillars => states}/keep_volume.sls (85%)

       via  9d862fee9a5a3e75b7abf1815390392128062cdc (commit)
      from  eb809e6d4f4d81575cf95ee78fc3cf7f2926b3b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9d862fee9a5a3e75b7abf1815390392128062cdc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Oct 17 15:48:10 2022 -0400

    19215: Fix state creating /var/lib/aravdos/keep
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/keep_volume.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/keep_volume.sls
similarity index 85%
rename from tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/keep_volume.sls
rename to tools/salt-install/config_examples/single_host/multiple_hostnames/states/keep_volume.sls
index 6f3d7730e..bd6d9ae31 100644
--- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/keep_volume.sls
+++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/states/keep_volume.sls
@@ -10,4 +10,4 @@ var_lib_arvados_keep_dir:
     - mode: '0770'
     - makedirs: true
     - require_in:
-      - pkg: {{ arvados.keepstore.pkg.name }}
+      - pkg: keepstore
diff --git a/tools/salt-install/config_examples/single_host/single_hostname/pillars/keep_volume.sls b/tools/salt-install/config_examples/single_host/single_hostname/states/keep_volume.sls
similarity index 85%
rename from tools/salt-install/config_examples/single_host/single_hostname/pillars/keep_volume.sls
rename to tools/salt-install/config_examples/single_host/single_hostname/states/keep_volume.sls
index 6f3d7730e..bd6d9ae31 100644
--- a/tools/salt-install/config_examples/single_host/single_hostname/pillars/keep_volume.sls
+++ b/tools/salt-install/config_examples/single_host/single_hostname/states/keep_volume.sls
@@ -10,4 +10,4 @@ var_lib_arvados_keep_dir:
     - mode: '0770'
     - makedirs: true
     - require_in:
-      - pkg: {{ arvados.keepstore.pkg.name }}
+      - pkg: keepstore

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list