Index: trunk/ippdor/deployment/Deployment.py
===================================================================
--- trunk/ippdor/deployment/Deployment.py	(revision 32874)
+++ trunk/ippdor/deployment/Deployment.py	(revision 32897)
@@ -96,4 +96,5 @@
         """
         Check different elements
+        TODO: add checks for IppSite definition
         """
         Deployment.logger.info('Checking Condor-IPP Softwares Configuration')
@@ -153,4 +154,8 @@
         """
         Deployment.logger.info('Deploying Condor-IPP Softwares')
+        Deployment.logger.info('... Installing Site definition class to [%s]' 
+                               % self.target_directory)
+        shutil.copyfile('.tmp_site/IppSite.py',
+                        '%s/IppSite.py' % (self.target_directory))
         Deployment.logger.info('... Installing Python classes to [%s]' % self.target_directory)
         for filename in Deployment.CLASSES_FILENAMES:
