Skip to content

Commit

Permalink
Merge pull request #850 from jooooooon/bug_7782/inventory_sent_file_t…
Browse files Browse the repository at this point in the history
…imestamp_not_updated_in_normal_run_system_techniques

Fixes #7782: inventory sent file timestamp not updated in normal run (system techniques)
  • Loading branch information
ncharles committed Jan 18, 2016
2 parents 084472d + 264552d commit 3822041
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions techniques/system/inventory/1.0/fusionAgent.st
Expand Up @@ -599,6 +599,11 @@ bundle agent sendInventory
classes => if_else("inventory_file_deleted", "cant_delete_inventory_file"),
comment => "Cleaning up inventory files already sent to the server";
"${g.rudder_var_tmp}/inventory_sent"
create => "true",
touch => "true",
comment => "Create local info about successful upload";
"${g.rudder_var_tmp}/inventory"
transformer => "${g.rudder_rm} -f ${this.promiser}",
depth_search => recurse_visible(1),
Expand Down

0 comments on commit 3822041

Please sign in to comment.