| How would you prevent puppet from reporting changes every time it runs? Is the task only triggered via subscribe/notify due to some other resource changing, like we do for reboot? Does the task always delete the downloaded file, or leave it around for next time? Where should the task resource download the task from? What should the is_to_s/should_to_s messages be if it syncs? |