Skip to content

Instantly share code, notes, and snippets.

file "bar"
file "baz"
log "foo" do
only_if do
resources("file[bar]").updated ||
resources("file[baz]").updated
end
end
-define(SELF, '[email protected]').
-define(BIFROST, '[email protected]').
-define(BIFROST_COOKIE, 'oc_bfirost').
init_network() ->
net_kernel:start([?SELF, longnames]),
erlang:set_cookie(node(), ?BIFROST_COOKIE),
pong = net_adm:ping(?BIFROST).
main(_Args) ->

Keybase proof

I hereby claim:

  • I am stevendanna on github.
  • I am ssd (https://keybase.io/ssd) on keybase.
  • I have a public key ASBsBhcnsOsg-oAkxsHvggjT-1_nkvfJXFGRtUVFmKVtbAo

To claim this, I am signing this object:

--- /hab/cache/src/mercurial-3.9.1/tests/test-obsolete.t
+++ /hab/cache/src/mercurial-3.9.1/tests/test-obsolete.t.err
@@ -972,8 +972,6 @@
$ chmod 000 .hg/cache/hidden
$ hg log -r . -T '{node}' --debug
- cannot read hidden cache
- error writing hidden changesets cache
8fd96dfc63e51ed5a8af1bec18eb4b19dbf83812 (no-eol)
#endif
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
%%-------------------------------------------------------------------
%% @author Steven Danna <[email protected]>
%% Copyright 2017 Chef, Inc. All Rights Reserved.
%%
-module(node_state_tests).
-include_lib("eunit/include/eunit.hrl").
-include_lib("hoax/include/hoax.hrl").