소스 검색

AMBARI-4308. Add optional parameter options and minor fixes to custom action support

Sumit Mohanty 11 년 전
부모
커밋
76ee5d7c1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-agent/src/main/python/ambari_agent/AmbariConfig.py

+ 1 - 1
ambari-agent/src/main/python/ambari_agent/AmbariConfig.py

@@ -45,7 +45,7 @@ facter_home=/root/workspace/puppet-install/facter-1.6.10
 timeout_seconds = 600
 
 [python]
-custom_actions_dir = /var/lib/ambari-agent/resources
+custom_actions_dir = /var/lib/ambari-agent/resources/custom_actions
 
 [command]
 maxretries=2