Skip to content

Instantly share code, notes, and snippets.

View CyrilPeponnet's full-sized avatar

Cyril Peponnet CyrilPeponnet

  • San Jose, California
View GitHub Profile
###
### ejabberd configuration file
### Archipel Sample default condiguration
### =========
### DEBUGGING
# Increase this if you want sone insane erlang debug
loglevel: 3
diff --git a/data/hiera.yaml b/data/hiera.yaml
index 52b83b5..49a2c9f 100644
--- a/data/hiera.yaml
+++ b/data/hiera.yaml
@@ -2,6 +2,7 @@
---
:hierarchy:
- tree/%{::osfamily}/%{::operatingsystem}/%{::operatingsystemrelease}
+- tree/%{::osfamily}/%{::operatingsystem}/%{::operatingsystemmajrelease}
- tree/%{::osfamily}/%{::operatingsystem}
TNXMPPServerController.j
@implementation TNXMPPServerController : TNModule
{
@outlet TNXMPPUsersController usersController;
}
#pragma mark -
@CyrilPeponnet
CyrilPeponnet / gist:5337935
Created April 8, 2013 15:58
CPMenuItem issue when using removeAllItems when items are instantiated in the parent class.
/*
* AppController.j
* CPTableViewGroupRows
*/
@import <Foundation/CPObject.j>
@import <AppKit/CPMenu.j>
@import <AppKit/CPMenuItem.j>