Jonathan Lassoff
Jonathan Lassoff
There are some DataMapper property types that fail to get saved and reconstituted consistently (DateTime, symbolic and textual Enums). So, I added a few tests to show this. I feel...
I'm working on trying out Trigger in my current environment and hitting a blocker in that I must contact remote hardwares via a management server in each deployment site. The...
If a settings.GRAPHITE_HOST contains an HTTPS Graphite server, this replacement fails. Using a regular expression to allow for both http and https URI protocols. In the future, perhaps this interpretation...
Seems like each of the X509v3 extension classes support being validated. Perhaps checking the validity of a Certificate should also check the validity of any underlying extension instances. For example,...
Seems like each of the X509v3 extension classes support being validated. Perhaps checking the validity of a Certificate should also check the validity of any underlying extension instances. For example,...
Create the installation directories if they do not already exist.
### Expected behaviour It should be possible to authenticate with PeeringDB. PeeringDB is a community project used by Internet network operators, Internet Exchanges, and colocation facilities to describe interconnection policies,...
It seems that all the necessary steps are being taken on debian platforms to setup OpenLDAP to have an ocl-style config directory in /etc/ldap/slapd.d: https://github.com/opscode-cookbooks/openldap/blob/master/recipes/server.rb#L84 However, the defaults file for...
I would like to get this cookbook into a state where it can be used to fully bootstrap a server and replication environment. However, in its current form, it assumes...