Skip to content

Commit

Permalink
Fix vtysh (#1300)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Prete <[email protected]>
  • Loading branch information
2 people authored and lcaggio committed May 5, 2023
1 parent 43cbafd commit b8aecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloud-config-container/simple-nva/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ locals {
}
"/etc/frr/vtysh.conf" = {
# content can either be the path to the config file or the config string
content = file("${path.module}/files/frr/daemons")
content = file("${path.module}/files/frr/vtysh.conf")
owner = "root"
permissions = "0644"
}
Expand Down

0 comments on commit b8aecfb

Please sign in to comment.