Skip to content

Instantly share code, notes, and snippets.

View russellseymour's full-sized avatar

Russell Seymour russellseymour

View GitHub Profile
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Microsoft.Azure.Management.ResourceManager.Fluent.Authentication;
using Microsoft.Azure.Management.ResourceManager.Fluent;
using Microsoft.Azure.Management.Fluent;
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
# List the applications that need to be installed
# This is a hash table with options being set that allow configuration during install
applications = {
"git" => {},
"visualstudiocode" => {},
"7zip" => {},
"slack" => {},
"googlechrome" => {},
"dropbox" => {},
@russellseymour
russellseymour / gist:3523fbaef35f94d8fac93a20b2e018db
Created September 13, 2016 08:25
Elasticsearch Cookbook - rake -T
[!] Omitting Kitchen tasks [Kitchen::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of vagrant --version ----
STDOUT:
STDERR: /Users/russells/.rubies/ruby-2.3.1/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bundler/setup (LoadError)
from /Users/russells/.rubies/ruby-2.3.1/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/russells/workspaces/ruby-2.3.1/.direnv/bin/vagrant:15:in `<main>'
---- End output of vagrant --version ----
Ran vagrant --version returned 1 at /Users/russells/workspaces/ruby-2.3.1/.direnv/ruby/gems/test-kitchen-1.12.0/lib/kitchen/shell_out.rb:73:in `rescue in run_command']
rake destroy # Destroy test kitchen instances
{
"handler": "Microsoft.Compute.MultiVm",
"version": "0.0.1-preview",
"parameters": {
"basics": [
{
"name": "Name",
"type": "Microsoft.Common.TextBox",
"label": "Virtual Machine name",
"toolTip": "The name of the Virtual Machine.",
{
"handler": "Microsoft.Compute.MultiVm",
"version": "0.0.1-preview",
"parameters": {
"basics": [
{
"name": "Name",
"type": "Microsoft.Common.TextBox",
"label": "Virtual Machine name",
"toolTip": "The name of the Virtual Machine.",
{
"handler": "Microsoft.Compute.MultiVm",
"version": "0.0.1-preview",
"parameters": {
"basics": [
{
"name": "Name",
"type": "Microsoft.Common.TextBox",
"label": "Virtual Machine name",
"toolTip": "The name of the Virtual Machine.",
{
"handler": "Microsoft.Compute.MultiVm",
"version": "0.0.1-preview",
"parameters": {
"basics": [
{
"name": "Name",
"type": "Microsoft.Common.TextBox",
"label": "Virtual Machine name",
"toolTip": "The name of the Virtual Machine.",
include_recipe 'chocolatey'
home = Dir.home
%W(
#{home}/.chef
#{home}/.chef/trusted_certs
#{home}/.ssh
).each do |directory|
directory directory
end