Skip to content

Commit

Permalink
Remove fqdn from Summary doc struct since we don't have it in the dat…
Browse files Browse the repository at this point in the history
…a model (#104)

Signed-off-by: Alex Pop <alexpop@users.noreply.github.com>
  • Loading branch information
alexpop committed Apr 18, 2019
1 parent 74482dd commit 63a7406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Expand Up @@ -219,5 +219,12 @@
"environment": "DevSec Prod Beta",
"roles": ["base_linux", "apache_linux", "linux-hardening-prod", "dot.role"],
"recipes": ["apache_extras", "apache_extras::harden", "java::default", "nagios::fix"],
"end_time": "2018-10-25T10:18:41+01:00"
"end_time": "2018-10-25T10:18:41+01:00",
"policy_name": "tiny-policy-name",
"policy_group": "tiny-policy-group",
"organization_name": "tiny",
"source_fqdn": "api.chef.io",
"chef_tags": ["mylinux", "my.tag", "some=tag"],
"ipaddress": "192.168.56.33",
"fqdn": "lb-deb.example.com"
}
Expand Up @@ -36,7 +36,6 @@ type ESInSpecSummary struct {
OrganizationName string `json:"organization_name"`
SourceFQDN string `json:"source_fqdn"`
ChefTags []string `json:"chef_tags"`
FQDN string `json:"fqdn"`
Projects []string `json:"projects"`
}

Expand Down

0 comments on commit 63a7406

Please sign in to comment.