Skip to content

(MODULES-3356) Branding Name Change #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions examples/init.pp
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down