From 33ed5aadaa9080d8c424a9b626cbf7fb9422dedc Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 20 Sep 2012 11:49:24 +0200 Subject: config dir --- config/hosts/cougar.leap.se.yaml | 4 ++++ config/hosts/rocinante.bitrigger.de.yaml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 config/hosts/cougar.leap.se.yaml create mode 100644 config/hosts/rocinante.bitrigger.de.yaml (limited to 'config/hosts') diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml new file mode 100644 index 00000000..ebd58979 --- /dev/null +++ b/config/hosts/cougar.leap.se.yaml @@ -0,0 +1,4 @@ +--- +openvpn_ports: - 999 + - 1000 +tor: true diff --git a/config/hosts/rocinante.bitrigger.de.yaml b/config/hosts/rocinante.bitrigger.de.yaml new file mode 100644 index 00000000..e83c802a --- /dev/null +++ b/config/hosts/rocinante.bitrigger.de.yaml @@ -0,0 +1,5 @@ +--- +# varac's local machine +openvpn_ports: - 1 + - 2 +tor: true -- cgit v1.2.3 From 71e3e3cf022db2c83a52414f9c1cd2e3a985b25d Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 20 Sep 2012 12:12:50 +0200 Subject: no need for local configs here --- config/hosts/rocinante.bitrigger.de.yaml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config/hosts/rocinante.bitrigger.de.yaml (limited to 'config/hosts') diff --git a/config/hosts/rocinante.bitrigger.de.yaml b/config/hosts/rocinante.bitrigger.de.yaml deleted file mode 100644 index e83c802a..00000000 --- a/config/hosts/rocinante.bitrigger.de.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# varac's local machine -openvpn_ports: - 1 - - 2 -tor: true -- cgit v1.2.3 From 5c7ce0a1c90ab1c0844369882f7fcdb6ff05c16d Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 20 Sep 2012 13:39:00 +0200 Subject: new config layout --- config/hosts/cougar.leap.se.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/hosts') diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml index ebd58979..312d0141 100644 --- a/config/hosts/cougar.leap.se.yaml +++ b/config/hosts/cougar.leap.se.yaml @@ -1,4 +1,4 @@ --- -openvpn_ports: - 999 - - 1000 -tor: true +# varac's local machine +services: - eip + - couchdb -- cgit v1.2.3 From 75e57c74d5aa0595e02435ca4de15b9df1cc6002 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 21 Sep 2012 12:45:36 +0200 Subject: parsing of hiera config hash works --- config/hosts/cougar.leap.se.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/hosts') diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml index 312d0141..5cf37bb1 100644 --- a/config/hosts/cougar.leap.se.yaml +++ b/config/hosts/cougar.leap.se.yaml @@ -1,4 +1,3 @@ --- -# varac's local machine services: - eip - couchdb -- cgit v1.2.3