File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ yueyongyue/saltshaker_frontend:1.11
204204    https://github.com/yueyongyue/saltshaker_frontend
205205    ```
206206
207- # # 配置Salt Master (如下是以 CentOS 7 版本进行安装配置的,其他版本的操作系统请替换对应的命令,一下操作都是在salt  master服务器上完成)
207+ # # 配置Salt Master (如下是以 CentOS 7 版本进行安装配置的,其他版本的操作系统请替换对应的命令,以下操作都是在salt  master服务器上完成)
2082081. 安装salt-api 具体安装方法请查看官方文档([https://repo.saltstack.com/](https://docs.saltstack.com/en/latest/topics/tutorials/gitfs.html#simple-configuration))
209209    ` ` ` sh
210210    sudo yum install salt-api 
@@ -219,7 +219,7 @@ yueyongyue/saltshaker_frontend:1.11
2192193. 配置saltstack api
220220    拷贝 saltshaker_api/saltapi.conf 到 master配置文件下,开启salt-api的Restful接口(端口为8000)
221221    ` ` ` sh
222-     sudo $HOME /saltshaker_api/saltapi.conf /etc/salt/master.d/ 
222+     sudo cp  $HOME /saltshaker_api/saltapi.conf /etc/salt/master.d/ 
223223    sudo systemctl restart salt-master 
224224    sudo systemctl restart salt-api 
225225    ` ` `  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments