From ac3d69386b594bc1006d5f5ffbaad6ebc901c1d6 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Wed, 11 May 2016 21:01:18 -0400 Subject: [PATCH] (doc)(MODULES-3356) Branding Name Change Update all references from puppetlabs to puppet --- README.md | 6 +++--- examples/init.pp | 4 ++-- metadata.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aaf775ca..9e4d7d10 100644 --- a/README.md +++ b/README.md @@ -516,8 +516,8 @@ This module is available only for Windows Server 2012 or 2012R2, and works with ## Development -This module was built by Puppet Labs specifically for use with Puppet Enterprise (PE). +This module was built by Puppet Inc specifically for use with Puppet Enterprise (PE). -If you run into an issue with this module, or if you would like to request a feature, please [file a ticket](https://tickets.puppetlabs.com/browse/MODULES/). +If you run into an issue with this module, or if you would like to request a feature, please [file a ticket](https://tickets.puppet.com/browse/MODULES/). -If you are having problems getting this module up and running, please [contact Support](http://puppetlabs.com/services/customer-support). +If you are having problems getting this module up and running, please [contact Support](http://puppet.com/services/customer-support). diff --git a/examples/init.pp b/examples/init.pp index 0cf0f62b..5d284f1a 100644 --- a/examples/init.pp +++ b/examples/init.pp @@ -1,4 +1,4 @@ -# The baseline for module testing used by Puppet Labs is that each manifest +# The baseline for module testing used by Puppet Inc is that each manifest # should have a corresponding test manifest that declares that class or defined # type. # @@ -7,7 +7,7 @@ # environment (to compare the resulting system state to the desired state). # # Learn more about module testing here: -# http://docs.puppetlabs.com/guides/tests_smoke.html +# http://docs.puppet.com/guides/tests_smoke.html # $sapwd = 'Pupp3t1@' $instance_name = 'MSSQLSERVER' diff --git a/metadata.json b/metadata.json index 65e41295..8e0664f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { "name": "puppetlabs-sqlserver", "version": "1.1.2", - "author": "puppetlabs", + "author": "Puppet Inc", "summary": "The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on Windows systems.", "license": "PuppetLabs-Enterprise", - "source": "https://tickets.puppetlabs.com/browse/MODULES/component/12400", - "project_page": "https://tickets.puppetlabs.com/browse/MODULES/component/12400", - "issues_url": "https://tickets.puppetlabs.com/browse/MODULES/component/12400", + "source": "https://tickets.puppet.com/browse/MODULES/component/12400", + "project_page": "https://tickets.puppet.com/browse/MODULES/component/12400", + "issues_url": "https://tickets.puppet.com/browse/MODULES/component/12400", "tags": [ "sql", "mssql",