fix for puppetagent config - test 1

put Makefile back to normal

removed comment from puppetagent.go

changed config_version to config_version_string and fixed yaml for build

changed workind from branch to environment for config_string

fixed casing and Changelog

fixed test case

closes #1917
This commit is contained in:
Frank Stutz
2016-10-18 14:09:35 -07:00
committed by Cameron Sparr
parent a970b9c62c
commit e6fc32bdf0
4 changed files with 6 additions and 5 deletions

View File

@@ -30,5 +30,5 @@
last_run: 1444936531
cron: 0.000584
version:
config: 1444936521
puppet: "3.7.5"
config: "environment:d6018ce"
puppet: "3.7.5"

View File

@@ -68,8 +68,8 @@ type time struct {
}
type version struct {
Config int64 `yaml:"config"`
Puppet string `yaml:"puppet"`
ConfigString string `yaml:"config"`
Puppet string `yaml:"puppet"`
}
// SampleConfig returns sample configuration message

View File

@@ -28,7 +28,7 @@ func TestGather(t *testing.T) {
"resources_outofsync": int64(0),
"changes_total": int64(0),
"time_lastrun": int64(1444936531),
"version_config": int64(1444936521),
"version_configstring": "environment:d6018ce",
"time_user": float64(0.004331),
"time_schedule": float64(0.001123),
"time_filebucket": float64(0.000353),