Have you tried escaping the `=`?
On Jul 28, 2013 11:04 AM, "Augeas" <[email protected]> wrote:

> #355: Failed to update PHP settings in per host section: Invalid path
> expression
> --------------------+---------------------
>  Reporter:  gold    |       Owner:  lutter
>      Type:  defect  |      Status:  new
>  Priority:  major   |   Milestone:  next
> Component:  Augeas  |     Version:  1.0.0
>  Keywords:          |  Blocked By:
>  Blocking:          |
> --------------------+---------------------
>  Steps
>  1. Create file '/etc/php5/conf.d/example.com.ini' with the following
>  content
>  {{{
>  [HOST=example.com]
>  memory_limit = 128M
>  }}}
>  2. Run in augtool the following command
>  {{{
>  set /files/etc/php5/conf.d/example.com.ini/HOST=example.com/memory_limit
>  256M
>  }}}
>
>  Run failed with the following error
>  {{{
>  error: Invalid path expression
>  error: type error
>  /files/etc/php5/conf.d/example.com.ini/HOST=example.com/memory_limit|=|
>  }}}
>
> --
> Ticket URL: <https://fedorahosted.org/augeas/ticket/355>
> Augeas <http://augeas.net/>
> a configuration API
>
> _______________________________________________
> augeas-devel mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/augeas-devel
>
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to