Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Removes unused Jenkins user data file
Browse files Browse the repository at this point in the history
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
  • Loading branch information
JoshVanL committed Jan 2, 2019
1 parent 76cd349 commit 0b4b31f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 154 deletions.
3 changes: 1 addition & 2 deletions pkg/tarmak/provider/amazon/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ func (h *host) Parameters() map[string]string {
}

func (h *host) SSHKnownHostConfig() (string, error) {
var entry string
var key string
var entry, key string

for _, t := range h.tags {
if strings.HasPrefix(*t.Key, "tarmak.io/") &&
Expand Down
152 changes: 0 additions & 152 deletions terraform/amazon/modules/jenkins/templates/jenkins_user_data.yaml

This file was deleted.

0 comments on commit 0b4b31f

Please sign in to comment.