Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
sample databag files
Browse files Browse the repository at this point in the history
  • Loading branch information
danivovich committed Apr 12, 2012
1 parent 7c8a264 commit f01cf9b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 0 additions & 1 deletion chef-repo/data_bags/people/.gitkeep

This file was deleted.

8 changes: 8 additions & 0 deletions chef-repo/data_bags/people/joe_programmer.json.sample
@@ -0,0 +1,8 @@
{
"id": "joe_login",
"public_keys":
[
"ssh-rsa key_hash joe@example.com",
"ssh-rsa key_hash2 joe@example.com"
]
}
1 change: 0 additions & 1 deletion chef-repo/data_bags/projects/.gitkeep

This file was deleted.

13 changes: 13 additions & 0 deletions chef-repo/data_bags/projects/pairing_server.json.sample
@@ -0,0 +1,13 @@
{
"id": "pairing",
"members": [
"joe",
"tim"
],
"ruby_version" : "1.9.2-p290",
"dotfiles" : {
"repo" : "git://repo/path/for/dotfiles.git"
"install_loc" : ".dotfiles",
"init" : "init.zsh"
}
}

0 comments on commit f01cf9b

Please sign in to comment.