Showing with 4 additions and 4 deletions.
  1. +3 −3 Modulefile
  2. +1 −1 README.md
6 changes: 3 additions & 3 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name 'razorsedge-snmp'
version '1.0.0'
version '1.0.1'

author 'razorsedge'
license 'Apache 2.0'
project_page 'https://github.com/runningman/puppet-snmp'
source 'git://github.com/runningman/puppet-snmp.git'
project_page 'https://github.com/razorsedge/puppet-snmp'
source 'git://github.com/razorsedge/puppet-snmp.git'
summary 'Puppet module to manage SNMP.'
description 'This module manages the installation of the SNMP server, SNMP client, and SNMP
trap server. It also can create a SNMPv3 user with authentication and privacy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Puppet SNMP Module
==================

[![Build Status](https://secure.travis-ci.org/runningman/puppet-snmp.png?branch=master)](http://travis-ci.org/runningman/puppet-snmp)
[![Build Status](https://secure.travis-ci.org/razorsedge/puppet-snmp.png?branch=master)](http://travis-ci.org/razorsedge/puppet-snmp)

Introduction
------------
Expand Down