We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e2743 + 81a0991 commit 6886aafCopy full SHA for 6886aaf
client/src/connection.ts
@@ -265,13 +265,6 @@ export class ConnectionManager implements IConnectionManager {
265
result.options.shell = true;
266
break;
267
}
268
- // Check if this really is a Puppet Agent installation
269
- if (!fs.existsSync(path.join(puppetAgentDir, "VERSION"))) {
270
- this.logger.debug(logPrefix + "Could not find a valid Puppet Agent installation at " + puppetAgentDir);
271
- return null;
272
- } else {
273
- this.logger.debug(logPrefix + "Found a valid Puppet Agent installation at " + puppetAgentDir);
274
- }
275
276
let puppetDir = path.join(puppetAgentDir,"puppet");
277
let facterDir = path.join(puppetAgentDir,"facter");
0 commit comments