Skip to content

Instantly share code, notes, and snippets.

View quiffman's full-sized avatar

Richard Guest quiffman

View GitHub Profile
---
:backends:
- yaml
:yaml:
:datadir: /etc/puppetlabs/hieradata
:hierarchy:
- fqdn/%{fqdn}
- site/%{site}/%{app}/%{role}
- site/%{site}/%{app}
@moklett
moklett / openconnect.md
Created July 24, 2012 15:21
OpenConnect VPN on Mac OS X

Unfortunately, the Cisco AnyConnect client for Mac conflicts with Pow. And by "conflicts", I mean it causes a grey-screen-of-death kernel panic anytime you connect to the VPN and Pow is installed.

As an alternative, there is OpenConnect, a command-line client for Cisco's AnyConnect SSL VPN.

Here's how to get it set up on Mac OS X:

  1. OpenConnect can be installed via homebrew:

     brew update
    

brew install openconnect