changed workind from branch to environment for config_string

This commit is contained in:
Frank Stutz 2016-10-19 14:25:51 -07:00
parent ea05d8a5e3
commit 83fc22f05e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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