mkrakowitzer / puppet-deploy

Puppet module to deploy compressed files
11 stars 23 forks source link

Use /tmp as default temp dir #11

Closed voidus closed 9 years ago

voidus commented 10 years ago

Hey, is there any reason why you're not using /tmp as the default temp dir?

mkrakowitzer commented 10 years ago

seem reasonable, ill change it. In my environment /tmp is probably to small but it should work for most people.

voidus commented 10 years ago

Please make sure that you don't change /tmp's permissions. It's supposed to be 1777, I think puppet-deploy sets the temp dir to 755 or something.

mkrakowitzer commented 10 years ago

I dont think it does :/ We set the temp directory like this. Which should not be /tmp anyway.

file { $tempdir: ensure => directory, }

mkrakowitzer commented 10 years ago

I cant reproduce this, if you could provide more info that would be appreciated.