I have created a script which restart the services . Since by default
the polling interval is 30 min, Hence it is getting restarted every 30
min.. Is there any away to force that script to run as per our
requirement.
Are you using an exec resource to run the script? Why not let puppet keep running on its regular interval and use a cron resource to schedule the script as required?
--
Peter Bukowinski