Skip to content

Commit

Permalink
Used Desktop lens as it works better than puppet one
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 6, 2021
1 parent d6fd242 commit 071df30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cfa/nm_connection.rb
Expand Up @@ -72,7 +72,7 @@ def file_basename_for(conn)
def initialize(path, file_handler: nil)
# FIXME: The Networkmanager lense writes the values surrounded by double
# quotes which is not valid
super(AugeasParser.new("Puppet.lns"), path, file_handler: file_handler)
super(AugeasParser.new("Desktop.lns"), path, file_handler: file_handler)
end

# Returns the augeas tree for the given section
Expand Down

0 comments on commit 071df30

Please sign in to comment.