mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Use current working dir instead of /tmp
This commit is contained in:
		@@ -17,8 +17,8 @@ cp -a /root/zulip/puppet/zulip/files/puppet.conf /etc/puppet/
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Hack to get required python-django-guardian while the PPA build of django-guardian isn't working :(
 | 
					# Hack to get required python-django-guardian while the PPA build of django-guardian isn't working :(
 | 
				
			||||||
apt-get -y install python-django
 | 
					apt-get -y install python-django
 | 
				
			||||||
wget -O /tmp/python-django-guardian_1.3-1~zulip4_all.deb https://zulip.com/dist/packages/python-django-guardian_1.3-1~zulip4_all.deb
 | 
					wget https://zulip.com/dist/packages/python-django-guardian_1.3-1~zulip4_all.deb
 | 
				
			||||||
dpkg -i /tmp/python-django-guardian_1.3-1~zulip4_all.deb
 | 
					dpkg -i ./python-django-guardian_1.3-1~zulip4_all.deb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir -p /etc/zulip
 | 
					mkdir -p /etc/zulip
 | 
				
			||||||
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
 | 
					echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user