Skip to content

Commit 71f0870

Browse files
committed
Merge pull request #63 from cyberious/FM-2102
FM-2102 fix examples/sp_configure.pp
2 parents b9c03a8 + 404c2d3 commit 71f0870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sp_configure.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
require => Mssql_instance[$instance_name],
55
}
66
#Enable Filestream access on server
7-
mssql::sp_configure{ 'filestream access level':
7+
sqlserver::sp_configure{ 'filestream access level':
88
value => 1,
99
}
1010
#Enable Partial Contained databases on server
11-
mssql::sp_configure{ 'contained database authentication':
11+
sqlserver::sp_configure{ 'contained database authentication':
1212
value => 1,
1313
reconfigure => true,
1414
with_override => false,

0 commit comments

Comments
 (0)