summaryrefslogtreecommitdiff
path: root/gitano-admin
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-12 15:53:06 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-12 15:53:06 +0100
commita6d63796f9271f3511670bc25677893a9f4cc020 (patch)
treec9596c0c4f614de5201358b3f1787334ae920cef /gitano-admin
parentf9165d0f0b8c688c04ba97b9e240869867f483e2 (diff)
downloadtrove-setup-a6d63796f9271f3511670bc25677893a9f4cc020.tar.gz
Move configuration to a local-config project
Diffstat (limited to 'gitano-admin')
-rw-r--r--gitano-admin/groups/local-config-admins.conf1
-rw-r--r--gitano-admin/groups/local-config-managers.conf1
-rw-r--r--gitano-admin/groups/local-config-readers.conf3
-rw-r--r--gitano-admin/groups/local-config-writers.conf1
4 files changed, 6 insertions, 0 deletions
diff --git a/gitano-admin/groups/local-config-admins.conf b/gitano-admin/groups/local-config-admins.conf
new file mode 100644
index 0000000..435a297
--- /dev/null
+++ b/gitano-admin/groups/local-config-admins.conf
@@ -0,0 +1 @@
+description "Users who are permitted to administer the local-config project"
diff --git a/gitano-admin/groups/local-config-managers.conf b/gitano-admin/groups/local-config-managers.conf
new file mode 100644
index 0000000..d256c06
--- /dev/null
+++ b/gitano-admin/groups/local-config-managers.conf
@@ -0,0 +1 @@
+description "Users who are permitted to manage the local-config project"
diff --git a/gitano-admin/groups/local-config-readers.conf b/gitano-admin/groups/local-config-readers.conf
new file mode 100644
index 0000000..fdff552
--- /dev/null
+++ b/gitano-admin/groups/local-config-readers.conf
@@ -0,0 +1,3 @@
+description "Users who are permitted to read from the local-config project"
+
+members["*"] "lorry"
diff --git a/gitano-admin/groups/local-config-writers.conf b/gitano-admin/groups/local-config-writers.conf
new file mode 100644
index 0000000..fa5961f
--- /dev/null
+++ b/gitano-admin/groups/local-config-writers.conf
@@ -0,0 +1 @@
+description "Users who are permitted to write to the local-config project"