Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Oct 25, 2023
1 parent 50d924f commit 63a9499
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ const (
AnsibleStatusDir = "status"
AnsibleInventoryFlag = "-i"
AnsibleExtraArgsIdentitiesOnlyFlag = "--ssh-extra-args=-o IdentitiesOnly=yes -o StrictHostKeyChecking=no"
AnsibleSSHParams = "-o IdentitiesOnly=yes -o StrictHostKeyChecking=no"
AnsibleSSHShellParams = "-o IdentitiesOnly=yes -o StrictHostKeyChecking=no"
AnsibleSSHInventoryParams = "-o StrictHostKeyChecking=no"
AnsibleExtraVarsFlag = "--extra-vars"
AnsibleSSHUser = "ubuntu"
AnsibleAWSNodePrefix = "aws_node_"
CloudCLIBranch = "custom-vms-cloud-10"
DefaultConfigFileName = ".avalanche-cli"
OldConfigFileName = ".avalanche-cli"
DefaultConfigFileName = "config"
DefaultConfigFileType = "json"
WriteReadReadPerms = 0o644
AWSCloudService = "Amazon Web Services"
Expand All @@ -145,9 +145,11 @@ const (
GCPServiceAccountFilePathClusterConfig = "serviceAccountFilePath"
CustomVMDir = "vms"
GCPStaticIPPrefix = "static-ip"
AvaLabsOrg = "ava-labs"
AvalancheGoRepoName = "avalanchego"
SubnetEVMRepoName = "subnet-evm"
CliRepoName = "avalanche-cli"
MetricsEnabled = "MetricsEnabled"

AvalancheGoInstallDir = "avalanchego"
SubnetEVMInstallDir = "subnet-evm"
Expand Down

0 comments on commit 63a9499

Please sign in to comment.