@@ -227,15 +227,15 @@ private void SetPublicConfig()
227
227
{
228
228
if ( IsBootstrapOptionsEmpty )
229
229
{
230
- this . PublicConfiguration = string . Format ( "{{{0},{1},{2}}}" ,
230
+ this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3} }}" ,
231
231
string . Format ( AutoUpdateTemplate , AutoUpdateChefClient ) ,
232
232
string . Format ( DeleteChefConfigTemplate , DeleteChefConfig ) ,
233
233
string . Format ( ClientRbTemplate , ClientConfig ) ,
234
234
string . Format ( BootstrapVersionTemplate , BootstrapVersion ) ) ;
235
235
}
236
236
else
237
237
{
238
- this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3}}}" ,
238
+ this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3},{4} }}" ,
239
239
string . Format ( AutoUpdateTemplate , AutoUpdateChefClient ) ,
240
240
string . Format ( DeleteChefConfigTemplate , DeleteChefConfig ) ,
241
241
string . Format ( ClientRbTemplate , ClientConfig ) ,
@@ -247,7 +247,7 @@ private void SetPublicConfig()
247
247
{
248
248
if ( IsBootstrapOptionsEmpty )
249
249
{
250
- this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3}}}" ,
250
+ this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3},{4} }}" ,
251
251
string . Format ( AutoUpdateTemplate , AutoUpdateChefClient ) ,
252
252
string . Format ( DeleteChefConfigTemplate , DeleteChefConfig ) ,
253
253
string . Format ( ClientRbTemplate , ClientConfig ) ,
@@ -256,7 +256,7 @@ private void SetPublicConfig()
256
256
}
257
257
else
258
258
{
259
- this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3},{4}}}" ,
259
+ this . PublicConfiguration = string . Format ( "{{{0},{1},{2},{3},{4},{5} }}" ,
260
260
string . Format ( AutoUpdateTemplate , AutoUpdateChefClient ) ,
261
261
string . Format ( DeleteChefConfigTemplate , DeleteChefConfig ) ,
262
262
string . Format ( ClientRbTemplate , ClientConfig ) ,
@@ -265,7 +265,6 @@ private void SetPublicConfig()
265
265
string . Format ( BootstrapVersionTemplate , BootstrapVersion ) ) ;
266
266
}
267
267
}
268
-
269
268
}
270
269
271
270
protected override void ValidateParameters ( )
0 commit comments