RTFM

[Read This Fine Material] from Joshua Hoblitt

tracking down why a URL accessed via HTTPS has a partial encryption warning

| 0 comments

I’m contemplating redirecting all access to this blog to be via HTTPS. Before I do that, I’d like to track down all of the page elements that are being fetched from other domains via HTTP. This is required for the browser to show the “lock icon” in the title bar and/or not display a this page is partially encrypted warning. From just looking at the HTML source there were some obvious items like favicons and markup that was clearly associated with a particular WordPress plugin. However, it’s not always easy to tell what exactly is being loaded and what’s just a link from raw HTML inspection nor can that method account for JavaScript accessing external sites.

To get the entire picture, some introspection into how the user-agent/browser is fetching external page elements is required. For Firefox, this can be done with the excellent Firebug extension. See this stackoverflow article for some excellent instructions on how to accomplish this task with Firebug.

Puppet git_subtree Module version 1.0.0 released to Puppet Forge

| 0 comments

Puppet git_subtree Module
=========================

Description
-----------

Install the git-subtree script for versions of `git < 1.7.11`.  Later versions
of `git` include this functionality.  Since subtree support is implemented as a
shell script, it's trivial to install a copy of this script from recent
releases on older `git` installations.  This is known to work with at least
`git >= 1.7`.

At the time of this writing, EPEL/6 is shipping git 1.7.1 and EPEL/5 is
shipping git 1.7.4.1 .

Examples
--------

    include git_subtree

    class{ 'git_subtree': }

Support
-------

Please log tickets and issues at [github](https://github.com/jhoblitt/puppet-git_subtree/issues)

Copyright
---------

Copyright (C) 2012-2013 Joshua Hoblitt 

Puppet megaraid_sm Module version 0.0.2 released to Puppet Forge

| 0 comments

Changelog:

`v0.0.2`
========

Joshua Hoblitt  (7):
      * remove duplicate line in README.md
      * change license from GPLv2 or later to Apache 2.0
      * cleanup code to pass puppet-lint and add the 'lint' rake target
      * enable travis-ci support
      * change module version to v0.0.2
      * copyright notices
      * add a negative test for unsupported $::operatingsystem

Puppet tw_3dm2 Module version 0.0.2 released to Puppet Forge

| 0 comments

Changelog:

`v0.0.2`
========

Joshua Hoblitt  (10):
      * mention tw_cli in summary
      * fix broken module_name used to for 3dm.conf erb template
      * change license from GPLv2 or later to Apache 2.0
      * cleanup code to pass puppet-lint and add the 'lint' rake target
      * enable travis-ci support
      * change module version to v0.0.2
      * fix 3dm2.conf template namespace issues with puppet >= 3
      * validate $unzip_path param to class tw_3dm2
      * improve basic test coverage and add some negative param tests
      * update copyright notices