Skip to content
View MartyEwings's full-sized avatar

Block or report MartyEwings

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. puppetlabs/puppetlabs-puppet_operations_appliance puppetlabs/puppetlabs-puppet_operations_appliance Public

    Puppet Enterprise tool to create a central place for logging, metrics and maintenance

    Puppet 2 9

  2. add_hosts_entry add_hosts_entry Public

    Puppet Bolt Task to add Hosts entry to Linux and windows

    Ruby 1

  3. ca_expiry_check ca_expiry_check Public

    Module to Check And Alert for Puppet CA expiry

    Ruby 3

  4. control-repo control-repo Public

    Forked from puppetlabs/control-repo

    A control repository template

    Ruby

  5. utf8checker.sh utf8checker.sh
    1
    #checks all files in the current directory for utf8 compliance
    2
    for file in **/*; do
    3
    
                  
    4
    if iconv -f UTF-8 -t UTF-8 $file &>/dev/null ; then
    5
            echo "" > /dev/null     # left this here incase a positive message is required at some point
  6. groundcontrol_pi groundcontrol_pi Public

    This Module Installs and configures the Raspberry Pi Monitoring Tool Ground Control

    Ruby