Skip to content

Commit

Permalink
Merge pull request #63 from cyberious/FM-2102
Browse files Browse the repository at this point in the history
FM-2102 fix examples/sp_configure.pp
  • Loading branch information
cmurphy committed Jan 6, 2015
2 parents b9c03a8 + 404c2d3 commit 71f0870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sp_configure.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
require => Mssql_instance[$instance_name],
}
#Enable Filestream access on server
mssql::sp_configure{ 'filestream access level':
sqlserver::sp_configure{ 'filestream access level':
value => 1,
}
#Enable Partial Contained databases on server
mssql::sp_configure{ 'contained database authentication':
sqlserver::sp_configure{ 'contained database authentication':
value => 1,
reconfigure => true,
with_override => false,
Expand Down

0 comments on commit 71f0870

Please sign in to comment.