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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ed36c4e8cc4
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43c7c5d904a1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2015

  1. Add Kerri

    kerrizor committed Apr 28, 2015
    Copy the full SHA
    f3e4c63 View commit details

Commits on May 26, 2015

  1. Merge pull request #17 from kerrizor/add_kerri_miller

    Add data-bag for Kerri
    dwradcliffe committed May 26, 2015
    Copy the full SHA
    43c7c5d View commit details
Showing with 14 additions and 0 deletions.
  1. +14 −0 data_bags/users/kerrizor.json
14 changes: 14 additions & 0 deletions data_bags/users/kerrizor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "kerrizor",
"username": "kerrizor",
"comment": "Kerri Miller",
"admin" : true,
"environments": [
"common",
"staging",
"production"
],
"ssh_keys": [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr6ojI+U7FyQgPEVE/b1OeA3NggfzR+iaoNoP8ar3rUORSC+CbjF0n2S9+2cfuuAYtQP4N1/Dy9WmjTHrNYuHZWjzA5z+EmIykpzYZiDRYpw1UTcIg3JBIkFzFNy8LNf8UaMH5kIw5vdAj7PDhgDejZE6fgx0d7g2vZ50lDdhKR86kuwLZViAfFHZPEIc4v5ZJYm9IygRkfMZK+wrm6sIlK+3qqVvU/9RGBXWLeibOX2ij4UBrlhbL9Fg5MlOluX4afiSsHuS7xBMmFd5vwb+u/mudERttWFECDn4ceouFfU2gPLSOhSdR1PW1APDXVnxvyDr8iqeAAPGA8LvbKsK/"
]
}