biemond-orawls icon indicating copy to clipboard operation
biemond-orawls copied to clipboard

OraInstall* folders are piling up in /tmp directory

Open rrod157 opened this issue 7 years ago • 3 comments

Hello,

I'd like to know if we can prevent OraInstall folders from piling up the /tmp directory? Is there something in the orawls module that can clean this up after a puppet run?

rrod157 avatar Jul 14 '17 07:07 rrod157

Not really , you need to add a cronjob for this which cleans these old dirs . I cannot do it from puppet because it will be seen as a config change.

biemond avatar Jul 14 '17 07:07 biemond

So it is safe to say that I can delete them every puppet run? Can i just create a manifest to just remove these temp files in /tmp?

rrod157 avatar Jul 14 '17 08:07 rrod157

don't do that because puppet see it as a change or configuration change. the goal is here to have a stable system which runs every x minutes and has no changes.

biemond avatar Jul 14 '17 08:07 biemond