Skip to content

Instantly share code, notes, and snippets.

View hadrouj's full-sized avatar

Mohamed Hadrouj hadrouj

View GitHub Profile
@hadrouj
hadrouj / gist:11281755
Last active August 29, 2015 14:00
Augeas
$ sudo yum install augeas
$ cd /usr/local/nexus-work/nexus/conf/
$ augtool -r . --noautoload --transform "Xml.lns incl /security.xml"
augtool> defnode user /files/security.xml/security/users/user[id/#text="deployment"]
# Create a new user entry if it doesn't exist yet, assign node to the "user" variable
...
augtool> save