From 82fa76e9f7e9ecdcfe5da867f1246f17fd998c46 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Mar 2023 13:55:37 +0000 Subject: [PATCH] quote groups with dash --- roles/angor.rb | 2 +- roles/dev.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/angor.rb b/roles/angor.rb index 6cd1fd197..6ae63081b 100644 --- a/roles/angor.rb +++ b/roles/angor.rb @@ -27,7 +27,7 @@ default_attributes( :htonl => { :status => :user }, :gmoncrieff => { :status => :user }, :zander => { :status => :user }, - :za-imagery => { + :"za-imagery" => { :status => :role, :members => [:grant, :htonl, :gmoncrieff, :zander] } diff --git a/roles/dev.rb b/roles/dev.rb index a6e692655..87ef4dfb2 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -89,7 +89,7 @@ default_attributes( :status => :role, :members => [:apmon, :maba] }, - :za-imagery => { + :"za-imagery" => { :status => :role, :members => [:grant, :htonl, :gmoncrieff, :zander] } -- 2.39.5