This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'chef/knife' | |
| require 'highline' | |
| module Limelight | |
| class NodeStatus < Chef::Knife | |
| deps do | |
| require 'chef/search/query' | |
| require 'chef/knife/search' | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # (C) 2012, Kameron Kenny | |
| # ExactTarget | |
| nl(){ | |
| echo "" | |
| } | |
| print_help(){ | |
| nl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # (C) 2012, Kameron Kenny | |
| # ExactTarget | |
| nl(){ | |
| echo "" | |
| } | |
| print_help(){ | |
| nl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Cookbook Name:: microsoft_scx | |
| # Recipe:: default | |
| # | |
| # Copyright 2011, CoTweet | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| ## Author: Kameron Kenny, ExactTarget | |
| ## Usage: | |
| ## Output results to stdout: | |
| ## json_to_pp.rb file.json | |
| ## Output results to file: | |
| ## json_to_pp.rb file.json > file.rb | |
| require 'pp' |
NewerOlder