Skip to content
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

(MODULES-5030) Remove service_ensure parameter #217

Merged
merged 1 commit into from Jun 16, 2017
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -340,10 +340,6 @@ Specifies a security mode for SQL Server. Valid options: 'SQL'. If not specified

Default: `undef`.

##### `service_ensure`

Specifies whether the SQL Server service should be running. Valid options: 'automatic' (Puppet starts the service if it's not running), 'manual' (Puppet takes no action), and 'disable' (Puppet stops the service if it's running).

##### `source`

*Required.*
Expand Down
5 changes: 0 additions & 5 deletions lib/puppet/type/sqlserver_instance.rb
Expand Up @@ -44,11 +44,6 @@

end

newparam(:service_ensure) do
desc 'Automatic will ensure running if stopped, Manual will set to manual and take no action on current state, :diable will stop and change to service disabled'
newvalues(:automatic, :manual, :disable)
end

newparam(:sql_svc_account, :parent => Puppet::Property::SqlserverLogin) do
desc 'Account for SQL Server service: Domain\User or system account.'
# Default to "NT Service\SQLAGENT$#{instance_name}"
Expand Down