Skip to content

Commit

Permalink
Craigs-MacBook-Pro.local
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Apr 25, 2024
1 parent 74d63e2 commit ea40374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simple/simple.cf
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ bundle agent simple
copy_from => local_dcp("$(this.promise_dirname)/encrypt-demo.sh");

commands:
"$(default:sys.bindir)/cf-support -y"
if => isgreaterthan(1,length(lsdir("$(host_data_dir)", "^(?!(\.$|\.\.$)).*", true))),
contain => in_client_data_dir;
# "$(default:sys.bindir)/cf-support -y"
# if => isgreaterthan(1,length(lsdir("$(host_data_dir)", "^(?!(\.$|\.\.$)).*", true))),
# contain => in_client_data_dir;

policy_server::
"/usr/bin/cfeinventory.sh";
Expand Down

0 comments on commit ea40374

Please sign in to comment.