Created
January 26, 2015 10:08
-
-
Save sizovs/cc7ef1a6d57c7f24e515 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ensure 'zzk_skip_avatar_cache_for_finish_avatar_upload', 'any', 'any' { | |
is '0' | |
} | |
ensure 'zzk_email_configuration_graceful_degradation' { | |
is 'yoman' | |
} | |
ensure 'zzk_json' { | |
is ([ | |
'socket-timeout' : 10000, | |
'connection-timeout': 5000 | |
]) | |
} | |
ensure 'zzk_deletable' { | |
absent() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment