Skip to content

Commit 48ee5e3

Browse files
committed
Merge branch 'stable'
* stable: (doc)(MODULES-3356) Branding Name Change
2 parents 2f18a68 + f76b98b commit 48ee5e3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ This module is available only for Windows Server 2012 or 2012R2, and works with
516516

517517
## Development
518518

519-
This module was built by Puppet Labs specifically for use with Puppet Enterprise (PE).
519+
This module was built by Puppet Inc specifically for use with Puppet Enterprise (PE).
520520

521-
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/).
521+
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/).
522522

523-
If you are having problems getting this module up and running, please [contact Support](http://puppetlabs.com/services/customer-support).
523+
If you are having problems getting this module up and running, please [contact Support](http://puppet.com/services/customer-support).

examples/init.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The baseline for module testing used by Puppet Labs is that each manifest
1+
# The baseline for module testing used by Puppet Inc is that each manifest
22
# should have a corresponding test manifest that declares that class or defined
33
# type.
44
#
@@ -7,7 +7,7 @@
77
# environment (to compare the resulting system state to the desired state).
88
#
99
# Learn more about module testing here:
10-
# http://docs.puppetlabs.com/guides/tests_smoke.html
10+
# http://docs.puppet.com/guides/tests_smoke.html
1111
#
1212
$sapwd = 'Pupp3t1@'
1313
$instance_name = 'MSSQLSERVER'

metadata.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "puppetlabs-sqlserver",
33
"version": "1.1.2",
4-
"author": "puppetlabs",
4+
"author": "Puppet Inc",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on Windows systems.",
66
"license": "PuppetLabs-Enterprise",
7-
"source": "https://tickets.puppetlabs.com/browse/MODULES/component/12400",
8-
"project_page": "https://tickets.puppetlabs.com/browse/MODULES/component/12400",
9-
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES/component/12400",
7+
"source": "https://tickets.puppet.com/browse/MODULES/component/12400",
8+
"project_page": "https://tickets.puppet.com/browse/MODULES/component/12400",
9+
"issues_url": "https://tickets.puppet.com/browse/MODULES/component/12400",
1010
"tags": [
1111
"sql",
1212
"mssql",

0 commit comments

Comments
 (0)