Skip to content

Commit 84a02a1

Browse files
committedNov 27, 2015
Let's just keep the keys we're working on. Too much noise otherwise.
1 parent 1d14471 commit 84a02a1

File tree

5 files changed

+3
-30
lines changed

5 files changed

+3
-30
lines changed
 

‎config/event.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"type": "event",
55
"name": "chef-client",
6-
"handler": "sifter run -e \"logger -t sifter This is the event watch.\""
6+
"handler": "bin/sifter event -e 'w'"
77
}
88
]
99
}

‎config/key.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"watches": [
33
{
44
"type": "key",
5-
"key": "sifter/watch",
6-
"handler": "sifter run -e \"logger -t sifter This is the key watch.\""
5+
"key": "singlekey",
6+
"handler": "bin/sifter key -e 'w'"
77
}
88
]
99
}

‎config/keyprefix.json

-9
This file was deleted.

‎config/redis.json

-9
This file was deleted.

‎config/service.json

-9
This file was deleted.

0 commit comments

Comments
 (0)