diff --git a/templates/.gitkeep b/templates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/templates/tfc-agent.env.j2 b/templates/tfc-agent.env.j2 deleted file mode 100644 index 1ccc510..0000000 --- a/templates/tfc-agent.env.j2 +++ /dev/null @@ -1,4 +0,0 @@ -TFC_ADDRESS="{{ terraform_agent_terraform_enterprise_address }}" -TFC_AGENT_TOKEN="{{ terraform_agent_token }}" -TFC_AGENT_NAME="{{ terraform_agent_name }}" -TFC_AGENT_LOG_LEVEL="{{ terraform_agent_log_level }}" diff --git a/templates/tfc-agent.service.j2 b/templates/tfc-agent.service.j2 deleted file mode 100644 index 1c2e6f8..0000000 --- a/templates/tfc-agent.service.j2 +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Service to automatically start TFC/E Agent -After=network.target - -[Install] -WantedBy=multi-user.target - -[Service] -EnvironmentFile={{ terraform_agent_installation_path }}/tfc-agent.env -Type=simple -ExecStart={{ terraform_agent_installation_path }}/tfc-agent -KillSignal=SIGINT -WorkingDirectory={{ terraform_agent_installation_path }} -Restart=always -RestartSec=5 -StandardOutput=syslog -StandardError=syslog -SyslogIdentifier=%n