diff options
-rw-r--r-- | provider/nodes/couch2.json | 4 | ||||
-rw-r--r-- | provider/nodes/ns1.json | 8 | ||||
-rw-r--r-- | provider/nodes/ns2.json | 8 |
3 files changed, 0 insertions, 20 deletions
diff --git a/provider/nodes/couch2.json b/provider/nodes/couch2.json deleted file mode 100644 index 1fe2977..0000000 --- a/provider/nodes/couch2.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "services": "couchdb", - "ip_address": "73.45.87.11" -}
\ No newline at end of file diff --git a/provider/nodes/ns1.json b/provider/nodes/ns1.json deleted file mode 100644 index 6323d10..0000000 --- a/provider/nodes/ns1.json +++ /dev/null @@ -1,8 +0,0 @@ -# -# this is a comment -# -{ - "services": "dns", - "tags": "production", - "ip_address": "1.1.1.1" -}
\ No newline at end of file diff --git a/provider/nodes/ns2.json b/provider/nodes/ns2.json deleted file mode 100644 index eeba9df..0000000 --- a/provider/nodes/ns2.json +++ /dev/null @@ -1,8 +0,0 @@ -# -# A nameserver -# -{ - "services": "dns", - "tags": "production", - "ip_address": "1.1.1.2" -}
\ No newline at end of file |