Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lib/puppet/provider/sqlserver_tsql/mssql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_config
resc.original_parameters[:instance_name] =~ /#{instance}/i
}
if config_resc.nil?
fail("Sqlserver_tsql #{resource[:title]} was unable to retrieve the config for the instance #{resource[:instance]}")
fail("Sqlserver_tsql[#{resource.title}] was unable to retrieve the config, please ensure the catalog contains sqlserver::config{'#{resource[:instance]}':}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catalog versus manifest? I typically prefer the word manifest, but I can see why catalog. Could be in another manifest.

end

config_resc.original_parameters
Expand Down