{"id":19251224,"url":"https://github.com/rexops/rex-augeas","last_synced_at":"2025-04-21T12:33:59.790Z","repository":{"id":138907770,"uuid":"1944642","full_name":"RexOps/rex-augeas","owner":"RexOps","description":"Augeas Module for (R)?ex - Merged into Rex Core (v1.0.0)","archived":false,"fork":false,"pushed_at":"2015-01-25T11:49:45.000Z","size":125,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T13:22:24.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RexOps.png","metadata":{"files":{"readme":"README.pod","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-23T22:34:09.000Z","updated_at":"2015-01-25T12:12:52.000Z","dependencies_parsed_at":"2023-04-08T23:18:10.505Z","dependency_job_id":null,"html_url":"https://github.com/RexOps/rex-augeas","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2Frex-augeas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2Frex-augeas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2Frex-augeas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RexOps%2Frex-augeas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RexOps","download_url":"https://codeload.github.com/RexOps/rex-augeas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250056366,"owners_count":21367549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T18:21:10.644Z","updated_at":"2025-04-21T12:33:59.425Z","avatar_url":"https://github.com/RexOps.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\nrex-augeas is a (R)?ex module to manage configuration files with libaugeas.\n\n=head2 Dependencies\n\n=over 4\n\n=item L\u003cConfig::Augeas\u003e\n\n=item L\u003chttp://augeas.net/\u003e\n\n=back\n\n=head2 Usage\n\nIn your Rexfile use the following commands.\n\n use Rex::Augeas;\n\n task \"example\", sub {\n    \n   augeas modify =\u003e \n      \"/files/etc/hosts/7/ipaddr\"    =\u003e \"10.211.55.6\",\n      \"/files/etc/hosts/7/canonical\" =\u003e \"blah01\";\n     \n   augeas remove =\u003e \"/files/etc/hosts/2\";\n   \n   augeas dump =\u003e \"/files/etc/hosts\";\n\n   my $val = augeas exists =\u003e \"/files/etc/hosts/*/ipaddr\", \"127.0.0.1\";\n   \n   augeas insert =\u003e \"/files/etc/hosts\",\n            label =\u003e \"01\",\n            after =\u003e \"/7\",\n            ipaddr =\u003e \"192.168.2.23\",\n            canonical =\u003e \"mango.linoratix.com\",\n            alias =\u003e \"mango\";\n     \n };\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexops%2Frex-augeas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexops%2Frex-augeas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexops%2Frex-augeas/lists"}