############################################################################### # # bundle agent main # - User/Site policy entry # ############################################################################### bundle common classify { classes: any:: "containers" or => { regline(".*/lxc/.*", "/proc/1/cgroup"), regline(".*lxc", "/proc/1/environ"), }; "mail_servers" or => { "legend" }; } bundle agent hello { reports: any:: "$(this.bundle): hello world"; }