augeas

    1熱度

    2回答

    使用木偶的augeas能力,我想修改配置文件: /etc/ssh/sshd_config 沒有傀儡,我使用Augeas的「augtool」試驗,發現了幾行,這似乎工作: augtool> set /files/etc/ssh/sshd_config/Match[1]/Condition/User "bill","ben" augtool> set /files/etc/ssh/sshd_co

    0熱度

    1回答

    在配置文件/ etc/SSH/sshd_config中我要確定像一些特定用戶的PasswordAuthentication項(或組): Match Group xyz_admin, xyz_support PasswordAuthentication no Match User yvonne,yvette PasswordAuthentication yes 我不「不想幹

    0熱度

    1回答

    我有以下XML: <subsystem xmlns="urn:jboss:domain:undertow:1.1"> <buffer-cache name="default"/> <server name="default-server"> <http-listener max-post-size="104857600" name="undertow-http" p

    1熱度

    2回答

    我想通過augeas資源修改/設置puppet清單中的/etc/elasticsearch/elasticsearch.yml文件,但它不起作用。有人可以解釋我應該指定什麼lens文件嗎?以及是否需要爲此安裝額外的東西或所需的鏡頭是否包含在默認安裝中? 我試圖改變鍵值對這樣的: key1.key2: value eg: cluster.name: cms-es 我的代碼: augeas

    1熱度

    1回答

    我最近偶然發現了一款​​名爲Augeas的工具。據我所知,該工具可以用來創建一個抽象文件類型獨立樹,可以在透鏡是中介的情況下進行操作。 我想嘗試使用它進行文件轉換。那可能嗎?說,我想將yaml轉換爲xml。我會怎麼做? 使用augtool進行這種轉換的一個簡單例子會很好。

    0熱度

    1回答

    我有一個非常奇怪的xml文件,需要使用augeas進行更新。 <root> <node name="Client"> <node name="Attributes"> <info> <test> <entry><key>colour</key><value type="string">blue</value></entry>

    1熱度

    1回答

    我想修改一個centos firewalld區域文件使用augeas和xml鏡頭。 默認的公共區域文件看起來像: <?xml version="1.0" encoding="utf-8"?> <zone> <short>Public</short> <description>For use in public areas. You do not trust the other

    0熱度

    1回答

    我想使用來自Puppet的Augeas管理carbon.conf文件的內容。我之前在Puppet中使用過Augeas來管理一個xml文件,而且效果很好。 但是這次應用木偶目錄時,carbon.conf文件沒有任何反應。日誌中也沒有錯誤。 這裏是我的代碼木偶清單文件: augeas { 'cache config': notify => Service[carbon-cache],

    0熱度

    2回答

    <root> <node name="Client"> <node name="Attributes"> <info> <hash> <entry><key>colour</key><value type="string">blue</value></entry> </hash> </info> </node

    0熱度

    1回答

    我在嘗試使用puppet編輯weblogic config.xml文件來完成SSL配置部分。 下面的啓動WebLogic config.xml文件: <?xml version="1.0" encoding="UTF-8"?> <domain ... ... <server> <name>AdminServer</name> <ssl> <name>AdminS