Skip to content

Commit

Permalink
support install-windows graph schema, allow unit-test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Yuan committed Dec 2, 2016
1 parent 101abf4 commit 5d9a518
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/graphs/install-windows-server2012-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ module.exports = {
injectableName: 'Graph.InstallWindowsServer',
options: {
defaults: {
version: null,
repo: null
smbUser: null,
smbPassword: null
}
},

tasks: [
{
label: 'set-boot-pxe',
Expand Down

0 comments on commit 5d9a518

Please sign in to comment.