-
Notifications
You must be signed in to change notification settings - Fork 245
Anytimescripts
ferventcoder edited this page Jun 22, 2011
·
31 revisions
Anytime scripts are scripts that are run anytime they have changes. That means RH automatically detects new files and changs in files and runs when it finds changes.
There are two methods to structure your scripts.
- Drop/Create - this methodology will destroy permissions, but is easier to implement. If you are using this method, be aware that you will be dropping any item level permissions and will need to reapply them after you run.
- Create If Not Exists / Alter - this method is better for making non-permission destructive changes.
See OneTimeScripts
See EveryTimeScripts